laravel-nova

Laravel Nova Cheat Sheet

Background Laravel Nova  is one of the most powerful web development toolkits if you’re a Website or PHP/Laravel developer. For a rock bottom price you

Read More

NovaApplicationServiceProvider not found error

After installing Laravel Nova the following error is returned: [user@host]$ php artisan migrate PHP Fatal error:  Class ‘Laravel\Nova\NovaApplicationServiceProvider’ not found in /home/app/public_html/app/Providers/NovaServiceProvider.php on line 10

Read More

How to install Laravel Nova

Purchase a license Download the software from the releases section of the website Add this to the require section in composer.json: “laravel/nova”: “*” Add this

Read More
Scroll to Top