Skip to content

Muetze42/laravel-nova-demo-app

Repository files navigation

Laravel Nova Demo App

Development

Add A Package

  • 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 and php artisan helper in development