2017 © Pedro Peláez
 

library slim-silly-doctrine

A Slim Framework skeleton application for rapid development

image

yupmin/slim-silly-doctrine

A Slim Framework skeleton application for rapid development

  • Tuesday, July 12, 2016
  • by yupmin
  • Repository
  • 2 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Slim + Silly + Doctrine Skeleton Application

This skeleton application was built for Composer. This makes setting up a new Slim + Silly + Doctrine application quick and easy., (*1)

Install the Application

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

php composer.phar create-project yupmin/slim-silly-doctrine [my-app-name]

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

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

Use the Application

Run this command from the directory for cli console, (*4)

php src/console

Run this command from the directory for Doctrine console After creating config.yml, (*5)

cp .config.yml config.yml

Add Entity, Repository files, (*6)

php vendor/bin/doctrine orm:schema-tool:update

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

Reference

The Versions

12/07 2016

dev-master

9999999-dev http://github.com/yupmin/slim-silly-doctrine

A Slim Framework skeleton application for rapid development

  Sources   Download

MIT

The Requires

 

rest psr7 microframework router

12/07 2016

0.0.1

0.0.1.0 http://github.com/yupmin/slim-silly-doctrine

A Slim Framework skeleton application for rapid development

  Sources   Download

MIT

The Requires

 

rest psr7 microframework router