2017 © Pedro Peláez
 

project slim-skeleton

Slim Framework 3 skeleton project with Doctrine DBAL and Aura.Di

image

shameerc/slim-skeleton

Slim Framework 3 skeleton project with Doctrine DBAL and Aura.Di

  • Tuesday, May 10, 2016
  • by shameerc
  • Repository
  • 5 Watchers
  • 12 Stars
  • 219 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Slim 3 Project Skeleton

This is a simple Slim 3 project skeleton with Doctrine, Twig, Monolog, etc. Heavily inspired by akrabat/slim3-skeleton
We have replaced Pimple Container with Aura.Di for dependency injection., (*1)

Installation

composer create-project shameerc/slim-skeleton

Configuration

This project uses phpdotenv for the managing configuration values. We have a .env.example file in the root of the project, as a placeholder for the required config values. Copy this file to .env and change the values as needed for your development machine., (*2)

Directory Permissions

Once you install the project, you may need to change the permission for app/storage/* directories to make it writable by the web server., (*3)

Run it!

Now we are ready to run the application, (*4)

php -S localhost:9000 -t public/

The Versions

10/05 2016

dev-master

9999999-dev

Slim Framework 3 skeleton project with Doctrine DBAL and Aura.Di

  Sources   Download

MIT

The Requires

 

skeleton doctrine slim-framework

10/05 2016

1.0.1

1.0.1.0

Slim Framework 3 skeleton project with Doctrine DBAL and Aura.Di

  Sources   Download

MIT

The Requires

 

skeleton doctrine slim-framework

18/10 2015

1.0.0

1.0.0.0

Slim Framework 3 skeleton project with Doctrine DBAL and Aura.Di

  Sources   Download

MIT

The Requires

 

skeleton doctrine slim-framework