This repository was archived by the owner on Apr 1, 2021. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork26
Boilerplate for Single Page Application, powered by Laravel, CoreUI, Vue
License
NotificationsYou must be signed in to change notification settings
adenvt/laravel-coreui-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Laravel + CoreUI + Vue Boilerplate
- Laravel 5.8, A PHP framework for web artisans
- Core UI for Vue, Free Bootstrap Admin Template
- Usefull library:Axios,jQuery,Moment.js,Lodash
- Vue Router andVuex, set out of the box
- PWA ready, powered byOffline-plugin andWorkbox
- Notification usingVue-SweatAlert2 andVue-Notification
- Loading spinner withVue Loading Spinner
- Quick deployment withDocker Compose
- Laravel Page Speed, Simple package to minify HTML output on demand which results in a 35%+ optimization
- 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
- Create project using composer
composer create-project --prefer-dist adenvt/laravel-coreui-vue project_namecd project_name
- Install Dependencies
npm install
- Add write permission (Unix)
chmod -R go+w storage bootstrap/cache
- Compile Static Asset
## for Developmentnpm run dev## for Productionnpm run prod## for Development with HMR (Hot Module Replacement)npm run hot
- Clone this repo
git clone --depth=1 https://github.com/adenvt/laravel-coreui-vue.git project_namecd project_namerm -r .git
- Install Dependencies
composer installnpm install
- Step 3 - 4 same as above
- Create and start Container
docker-compose up -d dev
- Enter workspace
docker-composeexec dev bash
- Install Depencies
composer installnpm install
- Compile Static Asset
## Single run compilenpm run dev## or watch and compile every changenpm run watch## or using Hot Module Replacementnpm run hot
- Open browser, gotohttp://localhost:8888
- Create and start Container
docker-compose up -d prod
- Open browser, gotohttp://localhost:88
This project is licensed under the MIT License - see theLICENSE file for details
About
Boilerplate for Single Page Application, powered by Laravel, CoreUI, Vue
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.