BafS / Minivel

Minimal Laravel Demo (Router & Container)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel minimal demo

Laravel routing and container system to build micro apps.

Usage

Install packages

composer i

Run the dev server

php -S localhost:8000 -t public

Now you can visit http://localhost:8000/ in your browser to view the output of this example.

Routes are defined in app/routes/api.php

About

Minimal Laravel Demo (Router & Container)


Languages

Language:PHP 100.0%