Une collection organisée de snippets de code pour accélérer votre développement. Parcourez, recherchez et copiez en un clic.
php artisan migrate:rollback
php artisan migrate
php artisan db:seed
php artisan make:controller PostController
php artisan make:controller PhotoController --resource
php artisan make:request StorePostRequest
php artisan make:model Post
php artisan make:seeder UserSeeder
php artisan make:test UserTest
php artisan make:test PostTest --unit
php artisan make:resource UserResource --collection
php artisan make:migration create_users_table