# Install

  • To install Tea run the following composer command:

composer create-project devlob/teodora projectName

  • To run Tea, run this command:

php tea run


By default, Tea will run on http://localhost:8000, however if port 8000 is allocated then you can specify a custom port:

php tea run 8001


What you see on your screen when accessing http://localhost:8000 comes from resources/views/pages/home.html.

That view is returned from app/Http/Controllers/Home/PagesController@home.