Laravel: php artisan commands
Here I am trying to list all Laravel PHP Artisan commands one by one for my reference and your too. – To create and update table by migration php artisan make:migration Create_Table_Name -> create a new table php artisan make:migration Update_Table_Name_Column_Name -> update table php artisan make:migration Add_Column_Name_Table_Name -> add a new column to a table […]