|
||
---|---|---|
config | ||
database/migrations | ||
public | ||
resources | ||
routes | ||
src | ||
.eslintrc | ||
.php-cs-fixer.php | ||
babel.config.js | ||
composer.json | ||
generators.js | ||
jest.config.js | ||
mix-manifest.json | ||
package-lock.json | ||
package.json | ||
pint.json | ||
prettier.config.js | ||
readme.md | ||
tailwind.config.js | ||
webpack.mix.js.dist |
readme.md
Laravel Nova 👩🚀
Upgrade Guide
- Copy the
Main
dashboard to your codebase - Delete the
cards
method from yourNovaServiceProvider
- Action
fields()
method changed tofields(NovaRequest $request)
Modals
If you have a custom modal, make sure to add the <teleport to="#modals">
component as the root level.