| Package Data | |
|---|---|
| Maintainer Username: | Kezho |
| Package Create Date: | 2014-12-17 |
| Package Last Update: | 2018-06-14 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-26 03:16:31 |
| Package Statistics | |
|---|---|
| Total Downloads: | 175 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 6 |
| Total Watchers: | 4 |
| Total Forks: | 2 |
| Total Open Issues: | 3 |
#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:
gem install sass)##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
.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
####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.