Skip to content

ILABUTK/quasar-laravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 6x + Quasar Framework v1.+

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 yarn
$ npm install -g yarn
# install node dependencies
$ yarn

# generate key
$ php artisan key:generate

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

Dev

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

#then build for development mode
## use yarn
## npx eslint .

$ quasar dev  -m mode
$ quasar dev  -m pwa

Production

#build for production (it'll generate and copy the necessary files)

$ quasar build | -m <mode>
$ php artisan serve

Check outquasar.conf.js``

> curl --compressed -o- -L https://yarnpkg.com/install.sh |bash

Laravel License

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

Quasar License

Copyright (c) 2016-2019 Razvan Stoenescu MIT License

Packages

No packages published

Languages

  • Vue 58.8%
  • PHP 40.3%
  • Other 0.9%