Skip to content

PTC Web Application Laravel API + Quasar Framework

Notifications You must be signed in to change notification settings

cMaroon/ptc-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5.7 + Quasar Framework 0.17 (PWA)

Build Setup

rename or copy .env.example to .env

$ cp .env.example .env
# install php dependencies
$ composer install

# Node.js >= 8.9.0 is required.
$ npm install -g quasar-cli

# install node dependencies
$ npm install

# generate key
$ artisan key:generate

# set privileges to node_modules folder (optional)
#$ chmod -R u+x node_modules/

# first start the back-end (don't use the artisan's serve url in this mode)
$ artisan serve

# then build for development mode
$ quasar dev -m pwa

# OR

# build for production (it'll generate and copy the necessary files)
$ quasar build -m pwa

Check out quasar.conf.js

Laravel License

The Laravel framework is open-sourced software licensed under the MIT license.

Quasar License

Copyright (c) 2016-2017 Razvan Stoenescu MIT License

About

PTC Web Application Laravel API + Quasar Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published