


- Laravel 5.5
- Vue + VueRouter
- Laravel DebugBar
- CrfToken
git clone https://github.com/javanixus/octolist.git
cd octolist
cp .env.example .env
composer install
php artisan key:generate
- Edit
.env and set your database connection details
php artisan migrate
npm install / yarn
# build and watch
npm run watch--poll
# run laravel server
php artisan serve
- support Vue
- support VueRouter
- support PostCss + Config sass & css
- support eslint
- support Laravel Debbug Bar
- support Crftoken
- support Laravel UUID
- support Laravel Fractal
- support Laravel Entrust
- and many more (will update soon..)