Skip to content
/ Minivel Public

Minimal Laravel Demo (Router & Container)

Notifications You must be signed in to change notification settings

BafS/Minivel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages