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)
- Host: GitHub
- URL: https://github.com/bafs/minivel
- Owner: BafS
- Created: 2018-12-08T16:51:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T15:15:41.000Z (almost 3 years ago)
- Last Synced: 2026-03-13T04:51:13.058Z (3 months ago)
- Topics: illuminate, laravel, php
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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