2017 © Pedro Peláez
 

library lightslim

A web framework build on slimphp framework with Eloquent ORM.

image

lightslim/lightslim

A web framework build on slimphp framework with Eloquent ORM.

  • Tuesday, March 13, 2018
  • by twn39
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

LightSlim PHP micro framework

StyleCI Maintainability, (*1)

Use this skeleton application to quickly setup and start working on a new Slim Framework 3 application with Eloquent ORM., (*2)

Install the Application

Run this command from the directory in which you want to install your new LightSlim Framework application., (*3)

php composer.phar create-project lightslim/lightslim [app-name]

Replace [app-name] with the desired directory name for your new application. You'll want to:, (*4)

  • Point your virtual host document root to your new application's public/ directory.
  • Ensure logs/ is web writeable.

To run the application in development, you can also run this command., (*5)

php composer.phar start

That's it! Now go build something cool., (*6)

The Versions

13/03 2018