X.y.z is a fresh instance of laravel 5.* with Expendable package configured. Check the require before install it.
To use this project you have to install:
gem install sass
)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
.env
file and put the name of your environment (local,production,staging...)..env
add your database ocnfiguration.Create your database and after run the update composer:
composer update
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
.