
Laravel Specific Table Migration & Seeder
Step 1: Update Your .env File for Database Credentials Make sure your .env file (in the root of your Laravel project) has the correct database set…
Laravel Installation Guide Laravel can be installed in several ways, but the recommended way is via Composer .
What is pwd ? The pwd command stands for “Print Working Directory” . It shows the full path to your current directory — i.e., where you are locat…
What is cd ? The cd command stands for “change directory” . It allows you to navigate through the filesystem in the Linux terminal.
What is ls ? The ls command stands for “list” . It is used in Linux/Unix to display the contents of a directory.
Goal Create a booking system where each new booking gets a unique auto-generated bkg_id in the format BKG-00000001 , BKG-00000002 , and so on.
Creating a Laravel Task Manager API What is an API? An Application Programming Interface (API) enables applications to access data and functionalit…