- BootcampLaraval
- EloquentORM
- InvoiceNinja - Laravel Project Example
- create a model, migration, and resource controller for our Chirps with the following command:
php artisan make:model -mrc Chirp- Migration
- Controller
- View
Example:
php artisan make:model -mrc ChirpExample: