Brain Blocks by Saiful Alam
About
Series
Tags
Open menu
All tags
laravel
12 posts tagged with “laravel”
10 min read
Automating Laravel & Vue.js (Inertia) Releases with GitHub Actions
As developers, we love to build things. We pour our hearts and minds into creating applications that solve realworld problems. But when it comes to shipping our…
#laravel
#github
#deployment
+8
Jul 2, 2025
PHP Package development
4 min read
Intro: PHP Package development
Introduction Laravel is one of the most popular PHP frameworks, known for its elegant syntax and powerful tools that simplify web development. One of the streng…
#laravel
#php
#package-development
+2
Dec 2, 2024
Database Design with Laravel
8 min read
Database Indexing - Why it's matter?
Database indexing is crucial in Laravel application development for several reasons: 1. Performance Improvement: Faster Query Execution: Indexes allow the datab…
#laravel
#mysql
#php
+7
Jun 27, 2024
Database Design with Laravel
6 min read
Database Relationships in Laravel
This is a Series of Article to start the series visithere. Database relationships define how data in one table is related to data in another table. In Laravel,…
#laravel
#databases
#database-design
+3
May 20, 2024
Database Design with Laravel
6 min read
Database Join Queries
This is a Series of Article to start the series visit here. In the realm of web development, database interactions are crucial for storing, retrieving, and mani…
#laravel
#mysql
#databases
+2
May 16, 2024
Database Design with Laravel
3 min read
Understanding Database Keys
This is a Series of Article to start the series visit here. In Laravel, database keys play a crucial role in defining relationships between different tables and…
#laravel
#php
#database
+2
May 15, 2024
Laravel
8 min read
Testing in Laravel
Laravel's robust framework caters to a developer's desire for efficiency and elegance. But what about assurance, the quiet confidence that your code won't crumb…
#laravel
#unit-testing
#php
+5
Dec 23, 2023
Laravel
13 min read
Securing Laravel Applications with Advanced Authentication and Authorization Strategies
In today's digital landscape, security is paramount, and Laravel applications are no exception. With sensitive user data and critical business logic at stake, i…
#laravel
#authentication
#security
+7
Dec 14, 2023
Laravel
5 min read
Building and Optimizing Laravel APIs for Performance
In today's fastpaced digital world, performance is a crucial factor for the success of any web application. APIs, which serve as the backbone of many modern app…
#optimization
#laravel
#php
+3
Dec 1, 2023
Laravel
4 min read
Laravel Filter Query Using Pipeline
In our application sometimes we provide the search and filter functionality to the user. In this article, we will see how we can filter the data using the pipel…
#search
#laravel
#clean-code
+4
Nov 24, 2023
Laravel
6 min read
Laravel model observer
Laravel Observers are listeners for a model it's a listento event method like create, update and delete. It can be used to modify the model or to modify any oth…
#laravel
#software-development
#events
+5
Nov 22, 2023
Laravel
9 min read
Deploy your Laravel app to cloud server
Laravel is a popular opensource PHP web application framework known for its elegant syntax and robust features. It simplifies web development by providing tools…
#laravel
#server
#cicd
+2
Oct 28, 2023