Download the PHP package daemswibowo/camvret without Composer
On this page you can find all versions of the php package daemswibowo/camvret. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download daemswibowo/camvret
More information about daemswibowo/camvret
Files in daemswibowo/camvret
Package camvret
Short Description :description
License MIT
Homepage https://github.com/daemswibowo/camvret
Informations about the package camvret
Camvret Laravel Starter Kit
This is a Laravel starter kit using VueJs and Core UI (Bootstrap Free Admin Template). Only support for Laravel ^5.5.
Installation
You can install the package via composer
In Laravel 5.5 the service provider will automatically get registered. Now just run this command via terminal
This command will publish all the important resources for you (The default file will replaced).
Install node modules
Build assets
Read more on Laravel documentation about frontend development command.
Add role
and permission
middleware to your app/Http/Kernel.php
file in the $routeMiddleware
array section.
Setup your database configuration then run migrate
command:
And then run php artisan serve
. And login with the default user [email protected]
and password secret
Usage
All vue components are in the resources/assets/js
folder, you can add or modify the file. Enjoy!
Credits
Thank you to all this beautiful package.
License
MIT. Please see the license file for more information.
All versions of camvret with dependencies
illuminate/support Version ~5
spatie/laravel-permission Version ^2.12
intervention/image Version ^2.4
webpatser/laravel-uuid Version ^3.0