Vue + Laravel + bulma
description
Quick app bootstrap project. This app has uses/contains:
- Vue
- Laravel
- Bulma
- webpack
- SASS
- dev and prod env (minified assets on prod)
installation
I assume that php 7, node and other tools like curl is installed
git clone https://github.com/codecats/quick-app
curl -s https://getcomposer.org/installer | php
cd quick-app
php ../composer.phar install
cp .env.example .env
mkdir public
cp example.htaccess public/.htaccess
cp index.php public/index.php
php artisan key:generate
cd resources/assets/
npm install
run
resources/assets
npm run serve
quick cheatsheet to solve some problems with env
Installation request for danielstjules/stringy 1.10.0 -> satisfiable by danielstjules/stringy[1.10.0].
sudo apt-get install php7.0-mbstring
sudo apt-get install libapache2-mod-php7.0