generator-symfony-rest
v0.2.0
Published
Create a skeleton for symfony project with Restfull
Downloads
6
Maintainers
Readme
#Symfony-Rest Generator
symfony-rest is a YEOMAN package and provide a skeleton by Symfony 2.8 for a RestFull application.
##Dependencies
This package use this dependencies:
- JMSSerializerBundle
- AsseticBundle
- StofDoctrineExtensionsBundle
- FOSRestBundle
- NelmioApiDocBundle
- NelmioCorsBundle
##How to install
Firts, you need install YEOMAN.
$ npm install -g yo
Then install generator-symfony-rest package.
$ npm -g install generator-symfony-rest
Finally, create a new work directory and generate the package.
$ mkdir project-name
$ cd project-name
$ yo symfony-rest
##How it works
Is very easy to use, only you need run the server
$ app/console server:run
Now, in you web borwser typing http://localhost:8000 and you should see
That is all!