Package Data | |
---|---|
Maintainer Username: | rufusmaiwald |
Maintainer Contact: | dev@rufusmaiwald.de (Rufus Maiwald) |
Package Create Date: | 2019-02-03 |
Package Last Update: | 2020-12-24 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-15 15:20:28 |
Package Statistics | |
---|---|
Total Downloads: | 4 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 10 |
Total Watchers: | 3 |
Total Forks: | 3 |
Total Open Issues: | 0 |
This project is a basic lumen 5.8 app that contains a built in vue.js app (built with vue-cli 3.7.0).
Use the ./routes/web.php
to add more php backend sites. All other traffic will be redirected to the vue app.
Vue files are located in ./resources/js/vue
The "public" folder from vue is located in ./resources/static
. All static assets will be moved to the ./public
folder after npm run build
npm install
composer install
npm run serve (Vue.js development server)
php -S localhost:8000 -t public (PHP development server)
npm run build
npm run test
npm run lint