You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
config | 3 months ago | |
database/migrations | 3 months ago | |
public | 3 months ago | |
resources | 3 months ago | |
routes | 3 months ago | |
src | 3 months ago | |
.eslintrc | 3 months ago | |
.php-cs-fixer.php | 3 months ago | |
babel.config.js | 3 months ago | |
composer.json | 3 months ago | |
generators.js | 3 months ago | |
jest.config.js | 3 months ago | |
mix-manifest.json | 3 months ago | |
package-lock.json | 3 months ago | |
package.json | 3 months ago | |
pint.json | 3 months ago | |
prettier.config.js | 3 months ago | |
readme.md | 3 months ago | |
tailwind.config.js | 3 months ago | |
webpack.mix.js.dist | 3 months ago |
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.