PHP Slim3 first steps

1

Good, I just installed Slim version 3.0 on my local server, I have only one folder vendor where is all your engine ...

Some small example of how to start using it, folders, files, it is not necessary to have a database, if not something to start with.

I try to put together a following api

localhost/disvoverspain/v1/route that is listed all and localhost/disvoverspain/v1/route/1 that record 1 is listed

as you configure slim, folders files etc.

    
asked by Webserveis 01.03.2017 в 12:44
source

1 answer

0

The official website is a good starting point.

Apart from this, I myself have a project on github where I set up a MVC base from which to start projects making use of Slim.

You could also go through the official slack where we are a few to help answer questions and discuss the development of the framework .

    
answered by 01.03.2017 в 12:50