#Default Laravel project with Expendable
X.y.z is a fresh instance of laravel 5.* with Expendable package configured. Check the require before install it.
##Table of contents
##Require To use this project you have to install:
- Php 5.6 or more
- Active mpcrypt
- Composer (https://getcomposer.org/download/)[https://getcomposer.org/download/]
- Sass (
gem install sass
) - NodeJs version 3.0.0
- npm run dev
##Installation
###1.Create project When you want create a new empty project with composer use this command:
composer create-project distilleries/xyz
If you doesn't want use composer just checkout the project and run composer install:
git clone https://github.com/Distilleries/Xyz.git
composer install
###2.Environment and configuration
- Edit
.env
file and put the name of your environment (local,production,staging...). - Edit
.env
add your database ocnfiguration.
Create your database and after run the update composer:
composer update
####Vhost
Configuration your virtual host with /public
folder in site root.
If everything was done without error you can access to the url /admin
.
If you want to connect a the back end just run the seed command.
php artisan db:seed
After that take one user email address from the table users
and use the password test
.