- Use only the development branch
- Create for each package an own Model, Migration, Nova resource and optional a Factory or Seeder
- Every Seeder in the
database/seeders
folder runs automatic only one times on deployment - Use the
writable
method in every Seeder. (Examples:Model::writeable()->factory()
/ NormanHuthFontAwesomeFieldSeeder::class) - Add the created Nova resource to the Nova menu
- Local use
php artisan migrate --seed
andphp artisan helper
in development
-
-
Notifications
You must be signed in to change notification settings - Fork 2
License
Muetze42/laravel-nova-demo-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|