Download the PHP package laravel/nova-devtool without Composer
On this page you can find all versions of the php package laravel/nova-devtool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel/nova-devtool
More information about laravel/nova-devtool
Files in laravel/nova-devtool
Package nova-devtool
Short Description Devtool for Laravel Nova Development
License MIT
Informations about the package nova-devtool
Installation
You can install the Nova tool via Composer:
Once installed, you can run the following to update NPM's package.json
:
Usages
Setup Laravel Nova Workbench
Laravel Nova Devtool can setup a basic Laravel Nova installation using workbench
directory via Orchestra Workbench. To start the installation you can run the following command:
Once the installation is completed, you should be able to serve Laravel Nova by running the following command:
Automatically logged-in the default user
Instead of manually logging-in the user, you may also change testbench.yaml
to automatically authenticate the user:
Install Axios, Lodash, Tailwind CSS or Vue
To simplify the installation, you can run the following commnad:
Enables Vue DevTool for Laravel Nova
By default, Laravel Nova ship with JavaScript compiled for production without Vue DevTool. In order to enable Vue DevTool, you need to run the following command:
Disables Vue DevTool for Laravel Nova
To reverse the above action, you need to run the following command:
Ugrading from Nova 4
Nova Devtool ships with a generic nova.mix.js
instead of publishing the file on each 3rd-party components. For external 3rd-party component you just need to include change the following code in webpack.mix.js
:
Finally, you can remove the existing nova.mix.js
from the component root directory.
All versions of nova-devtool with dependencies
composer-runtime-api Version ^2.2
fakerphp/faker Version ^1.24
orchestra/workbench Version ^8.17|^9.13
symfony/polyfill-php83 Version ^1.31