generator-symfony-rest

Create a skeleton for symfony project with Restfull

Usage no npm install needed!

<script type="module">
  import generatorSymfonyRest from 'https://cdn.skypack.dev/generator-symfony-rest';
</script>

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:

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!