distilleries / xyz
Fresh install of the Expendable package.
Installs: 173
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 2
Open Issues: 3
Type:project
Requires
- php: >=5.6.4
- distilleries/expendable: 2.16.*
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
README
#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
Database and translation 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
.