Looking to hire Laravel developers? Try LaraJobs

laravel-nova-stubs maintained by zepfietje

Description
Clean versions of the stubs shipped with Laravel Nova.
Author
Last update
2021/11/26 12:30 (dev-master)
License
Downloads
1 868
Tags

Comments
comments powered by Disqus

Packagist Version Packagist Downloads Starware

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

  1. Install this package.
    $ composer require zepfietje/laravel-nova-stubs --dev
    
  2. 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"
    ]
    
  3. 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. ⭐