Brain Blocks by Saiful Alam
About
Series
Tags
Open menu
All tags
php
5 posts tagged with “php”
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
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
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