Download the PHP package bmatovu/laravel-artisan-gui without Composer
On this page you can find all versions of the php package bmatovu/laravel-artisan-gui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bmatovu/laravel-artisan-gui
More information about bmatovu/laravel-artisan-gui
Files in bmatovu/laravel-artisan-gui
Package laravel-artisan-gui
Short Description Laravel artisan GUI
License MIT
Homepage https://github.com/mtvbrianking/laravel-artisan-gui
Informations about the package laravel-artisan-gui
Usage
This package uses Vue components.. These components also use the Bootstrap CSS framework. However, even if you are not using these tools, the components serve as a valuable reference for your own frontend implementation.
To publish the Vue components, use the vendor:publish
Artisan command:
The published components will be placed in your resources/js/components
directory. Once the components have been published, you should register them in your resources/js/app.js
file:
After registering the components, make sure to run npm run dev
to recompile your assets. Once you have recompiled your assets, you may drop the components into one of your application's templates to get started.
All versions of laravel-artisan-gui with dependencies
illuminate/contracts Version ^6.0|^7.0|^8.0
illuminate/http Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
symfony/console Version ^4.3.4|^5.0
symfony/http-kernel Version ^4.3.4|^5.0