- Laravel 5.4 (https://laravel.com/) + Vue (https://vuejs.org) + Vue Router(https://router.vuejs.org) + Vuex (https://vuex.vuejs.org)
- Pages with custom layouts
- Integration with vform
- Authentication with JWT
- Webpack with laravel-mix
- Laravel Admin & BREAD System (Browse, Read, Edit, Add, & Delete)
- Plugin that allows you to manage your app's meta information vuw-meta
git clone https://github.com/Hawkart/laravel-g.git
composer install
php artisan key:generate
php artisan jwt:secret
- Edit
.env
and set your database connection details php artisan migrate
npm install
/yarn
# build and watch
npm run watch
# serve with hot reloading
npm run hot
npm run production