An open API service indexing awesome lists of open source software.

https://github.com/bafs/minivel

Minimal Laravel Demo (Router & Container)
https://github.com/bafs/minivel

illuminate laravel php

Last synced: about 1 month ago
JSON representation

Minimal Laravel Demo (Router & Container)

Awesome Lists containing this project

README

          

# Laravel minimal demo

Laravel routing and container system to build micro apps.

## Usage

Install packages
```bash
composer i
```

Run the dev server
```bash
php -S localhost:8000 -t public
```

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

Routes are defined in app/routes/api.php