Stars: 164
Forks: 35
Pull Requests: 61
Issues: 7
Watchers: 4
Last Updated: 2023-02-09 07:13:34
😎 VueJs & Lumen Api Starter.
License:
Languages: Vue, PHP
This project is a starter with a set of packages/components that helps you work with Lumen and VueJS.
copy .env.example .env
and after file .env
is copied you need to set database credentials into .env
file.composer install
to install dependencies.php artisan migrate
and php artisan jwt:secret
.copy .env.example .env
.npm install
.npm run serve
.