Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muetze42/laravel-nova-demo-app
https://github.com/muetze42/laravel-nova-demo-app
administration-panel framework laravel nova-4 nova-fields nova-tools php
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muetze42/laravel-nova-demo-app
- Owner: Muetze42
- License: mit
- Created: 2023-04-28T08:47:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T20:47:38.000Z (10 months ago)
- Last Synced: 2024-03-09T20:21:33.560Z (10 months ago)
- Topics: administration-panel, framework, laravel, nova-4, nova-fields, nova-tools, php
- Language: PHP
- Homepage: https://nova-demo.huth.it
- Size: 10.8 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Laravel Nova Demo App
## Development
### Add A Package
* Use only the [development branch](https://github.com/Muetze42/laravel-nova-demo-app/tree/development)
* 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](database/seeders/DatabaseSeeder.php) only one times on [deployment](deploy.sh)
* Use the `writable` method in every Seeder. (Examples: `Model::writeable()->factory()`
/ [NormanHuthFontAwesomeFieldSeeder::class](database/seeders/NormanHuthFontAwesomeFieldSeeder.php))
* Add the created Nova resource to the [Nova menu](app/Providers/NovaServiceProvider.php)
* Local use `php artisan migrate --seed` and `php artisan helper` in development