zepfietje / laravel-nova-stubs
Clean versions of the stubs shipped with Laravel Nova.
Installs: 1 868
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
- laravel/framework: ^8.0
- laravel/nova: ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2022-05-26 12:33:21 UTC
README
Laravel Nova Stubs
This package contains clean versions of the stubs shipped with Laravel Nova.
Most notably, type declarations are used instead of DocBlocks.
Installation
- Install this package.
$ composer require zepfietje/laravel-nova-stubs --dev
- Add the following hook to the scripts in
composer.json
to keep your stubs in sync with updates to this package."post-update-cmd": [ "@php artisan nova:stubs --force" ]
- Publish the stubs.
$ php artisan nova:stubs
Starware
Laravel Nova Stubs is Starware.
This means you're free to use the project, as long as you star its GitHub repository.
Your appreciation makes us grow and glow up. ⭐