
php-artisan
List of commands for php-artisan:
-
php-artisan:tldr:1863b php-artisan: Generate a new Eloquent model class with a migration, factory and resource controller.$ php artisan make:model ${ModelName} --alltry on your machineexplain this command
-
php-artisan:tldr:a42bd php-artisan: Start an interactive PHP command-line interface.$ php artisan tinkertry on your machineexplain this command
-
php-artisan:tldr:a520d php-artisan: Display a list of all available commands.$ php artisan helptry on your machineexplain this command
-
php-artisan:tldr:a53eb php-artisan: Start PHP's built-in web server for the current Laravel application.$ php artisan servetry on your machineexplain this command