Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim Vue Scaffolding

Server Requirements

You'll need

PHP >= 7 PHP MySQL >= 5.5 MySQL

Installation

Install composer or type

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Install PHP dependencies

cd /var/www/slimvuedemo
composer install

Set folder permissions

sudo chmod -R 777 logs
sudo chmod -R 777 public/dist

Set your environment up

cat .env.dist > .env
nano .env

Create dababase and run

cd bin
php db migrate

Seed your dababase with basic data

cd /var/www/slimvuedemo/data
mysql -u root -p slimvuedemo < slimvuedemo.sql

Edit your settings as you please. Now, your project must be up and running.

Deploying

Before you commit run dist script

php dist

Documentation

Publish your documentation

php docs

About

Slim 3 + Vue Demo

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages