Download the PHP package distilleries/xyz without Composer
On this page you can find all versions of the php package distilleries/xyz. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download distilleries/xyz
More information about distilleries/xyz
Files in distilleries/xyz
Package xyz
Short Description Fresh install of the Expendable package.
License MIT
Informations about the package xyz
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
- Installation
- Create project
- Environment and configuration
- Database and translation configuration
- Vhost
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:
If you doesn't want use composer just checkout the project and run 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:
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.
After that take one user email address from the table users
and use the password test
.
All versions of xyz with dependencies
laravel/framework Version 5.4.*
laravel/tinker Version ~1.0
distilleries/expendable Version 2.16.*