承接 distilleries/xyz 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

distilleries/xyz

最新稳定版本:2.6.3

Composer 安装命令:

composer create-project distilleries/xyz

包简介

Fresh install of the Expendable package.

README 文档

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

  1. Require
  2. Installation
    1. Create project
    2. Environment and configuration
      1. Database and translation configuration
      2. Vhost

##Require To use this project you have to install:

  1. Php 5.6 or more
  2. Active mpcrypt
  3. Composer (https://getcomposer.org/download/)[https://getcomposer.org/download/]
  4. Sass (gem install sass)
  5. NodeJs version 3.0.0
  6. 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

  1. Edit .env file and put the name of your environment (local,production,staging...).
  2. 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.

统计信息

  • 总下载量: 175
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 4
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-17