2017 © Pedro Peláez
 

project silex-simple

A simple project structure to get start with Silex

image

sadok-f/silex-simple

A simple project structure to get start with Silex

  • Sunday, January 29, 2017
  • by sadok-f
  • Repository
  • 1 Watchers
  • 3 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Silex-Simple

A simple project structure to get start with Silex, (*1)

Installation:

$ composer create-project sadok-f/silex-simple

Browsing the Demo Application:

$ php -S localhost:8888 -t web/ web/index_dev.php

Then, browse to http://localhost:8888/ or Then, browse to http://localhost:8888/MyName, (*2)

Getting started with Silex:

  • Create a new Controller that extend the CoreController, example Core\Controller\ContactController
  • Add a new entry in config/routing.yml, example :
    contact_us_:
        path : /contact-us
        defaults: { _controller: 'Core\Controller\ContactController::contactAction' }

The Versions

29/01 2017

dev-master

9999999-dev https://github.com/sadok-f/silex-simple

A simple project structure to get start with Silex

  Sources   Download

MIT

The Requires

 

php skeleton silex microframework

29/01 2017

2.0

2.0.0.0 https://github.com/sadok-f/silex-simple

A simple project structure to get start with Silex

  Sources   Download

MIT

The Requires

 

php skeleton silex microframework

09/03 2016

1.0

1.0.0.0 https://github.com/sadok-f/silex-simple

A simple project structure to get start with Silex

  Sources   Download

MIT

The Requires

 

php skeleton silex microframework