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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package nova-devtool

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

PHP Build Version
Package Version
Requires php Version ^8.1
composer-runtime-api Version ^2.2
fakerphp/faker Version ^1.24
orchestra/workbench Version ^8.17|^9.13
symfony/polyfill-php83 Version ^1.31
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package laravel/nova-devtool contains the following files

Loading the files please wait ....