Laravel + CoreUI + Vue Boilerplate
- Laravel 5.6, A PHP framework for web artisans
- Core UI for Vue, Free Bootstrap Admin Template
- Usefull library: Axios, jQuery, Moment.js, Lodash
- Vue Router and Vuex, set out of the box
- Notification using Vue-SweatAlert2 and Vue-Notification
- Loading spinner with Vue Loading Spinner
- Quick deployment with Docker Compose [TODO]
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- Node >= 8.9.4
- NPM >= 5.6.0
- For Ubuntu, require
apt-get install libpng16-dev
, see
- Install using composer
composer create-project --prefer-dist adenvt/laravel-coreui-vue project_name
- Install Dependencies
cd project_name
npm install
- Add write permission (Unix)
chmod -R go+w storage bootstrap/cache
- Compile Static Asset
## for Development
npm run dev
## for Production
npm run prod
### for Development with HMR (Hot Module Replacement)
npm run hot
This project is licensed under the MIT License - see the LICENSE file for details