2017 © Pedro Peláez
 

library slimphp-vanilla

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

image

simondavies/slimphp-vanilla

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

  • Monday, September 19, 2016
  • by simondavies
  • Repository
  • 1 Watchers
  • 4 Stars
  • 23 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

SlimPHP Vanilla (v2)

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, (*1)

Details

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

Official Documentation

Please find the following documentation details for further reading on the main items used within this app., (*3)

Slim PHP

Slim Documentation for further details., (*4)

Laravel's Eloquent ORM

Laravels Eloquent ORM, currently using version 4.2., (*5)

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, (*6)

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, (*7)

   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:, (*8)

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

Then run the homestead server code as below to point to your domain name to the public folder, (*10)

     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, (*11)

Once open add the following to the host file:, (*12)

   192.168.10.10 mytestdomainname.app

Next make a copy of the .env.example file and rename this .env., (*13)

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

License

The Laravel framework is open-sourced software licensed under the MIT license, (*15)

A Thanks's to..

Just a list of people and projects i like to thank on my way..., (*16)

Codeguy of the Slim Framework., (*17)

Taylor Otwell and the people involved in the Laravel Framework., (*18)

Jeffery Way and his aweasome Laracasts Tutorials website and Codebase., (*19)

Many more that I will eventually add here.., (*20)

Thanks All., (*21)

The Versions

19/09 2016

dev-master

9999999-dev https://github.com/simondavies/SlimPHP-Vanilla

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

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework php eloquent slim

24/01 2015

dev-Develop

dev-Develop https://github.com/simondavies/SlimPHP-Vanilla

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

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework php eloquent slim

24/01 2015

0.1.2

0.1.2.0 https://github.com/simondavies/SlimPHP-Vanilla

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

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework php eloquent slim

13/01 2015

0.1.1

0.1.1.0 http://www.simondavies.net

A simple base app, using the PHP framework PHP Slim at its heart, and using with Laravel's Elequent as its ORM

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework php monolog slim slim-php

13/01 2015

0.1

0.1.0.0 http://www.simondavies.net

A base Slim PHP starter app, including some extra additions.

  Sources   Download

MIT

The Requires

 

laravel php monolog slim slim-php