Posts

Laravel Nova v4.10.0 - Administration Panel For Laravel

Download Requirements Laravel Nova has a few requirements you should be aware of before installing: Composer Laravel Framework 8.0+ Laravel Mix 6 Node.js (Version 14) NPM # Browser Support Nova supports modern versions of the following browsers: Apple Safari Google Chrome Microsoft Edge Mozilla Firefox # Installing Nova Via Composer Zip Downloads Previous releases of Laravel Nova allowed Nova to be installed by downloading Zip archives of the source code; however, Nova 4 installation is always performed via Composer. You may install Nova as a Composer package via our private Satis repository. To get started, add the Nova repository to your application's  composer.json  file: "repositories" : [ { "type" : "composer" , "url" : "https://nova.laravel.com" } ] , Or, you may use the following CLI command to add the Composer repository to your  composer.json  file: composer config repositories.nova '{...
Recent posts