Laravel

Laravel PHP framework commands for web development

5 commands
Search & Copy
Save Favorites
5
Total Commands
100%
Free Access
Lightning Fast

Available Commands

Click on any command to copy it instantly

5 commands available
5 of 5
Resources

Learn Laravel

Master Laravel PHP framework development

laravel

Create Laravel Project

Create a new Laravel project

composer create-project laravel/laravel my-app
laravel
create
project
laravel

Serve Application

Serve the Laravel application

php artisan serve
laravel
serve
dev
laravel

Run Migrations

Run database migrations

php artisan migrate
laravel
migrate
database
laravel

Generate Artisan Commands

Generate various Laravel components

php artisan make:controller UserController
laravel
make
generate
laravel

Laravel Tinker

Interactive Laravel shell

php artisan tinker
laravel
tinker
shell

Missing a command?

Help us improve this collection by suggesting commands that should be added. Your contributions help the entire developer community!