simondavies/slimphp-vanilla 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

simondavies/slimphp-vanilla

最新稳定版本:0.1.2

Composer 安装命令:

composer require simondavies/slimphp-vanilla

包简介

A simple base app, using the PHP framework Slim at its heart, and implementing Laravel's Eloquent ORM

README 文档

README

Discontinued support in favour for a new Slim PHP 3 version

I have began a new version of this that concentrate on a bit more PHP Slim 3 Vanilla

Details

A simple base app, using the PHP framework PHP Slim at its heart, and implementing Laravel's Eloquent ORM.

Official Documentation

Please find the following documentation details for further reading on the main items used within this app.

Slim PHP

Slim Documentation for further details.

Laravel's Eloquent ORM

Laravels Eloquent ORM, currently using version 4.2.

##Getting Started #####Server Set Up I am using laravels Homestead VM for my developement, more on this can be found at the laravel website laravel.com. A great video on the installation and usage of Homestead can be also seen at Laracasts.com #####Installation & Set up I am mainly using composer for the whole install and programming. For more details on how to set up and install Composer can be found at getcomposer.org

   composer create-project simondavies/slimphp-vanilla your-project-name

Now set up homestead, so that we point a test domain name to our new set up, as below:

First of ssh into your homestead server (Please read the Homested docs for further information):

Then run the homestead server code as below to point to your domain name to the public folder

     serve mytestdomainname.app /home/vagrant/Code/path/to/public/directory

Once this has been done you will then need to add your domain name to the mac host files, located at /etc/hosts

Once open add the following to the host file:

   192.168.10.10 mytestdomainname.app

Next make a copy of the .env.example file and rename this .env.

Now you should be able to type 'http://testvanilla.app' into the browser and the demo Slim Vanilla site should show up.

License

The Laravel framework is open-sourced software licensed under the MIT license

A Thanks's to..

Just a list of people and projects i like to thank on my way...

Codeguy of the Slim Framework.

Taylor Otwell and the people involved in the Laravel Framework.

Jeffery Way and his aweasome Laracasts Tutorials website and Codebase.

Many more that I will eventually add here..

Thanks All.

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-14