Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slvler/laravel-project-lumen
laravel - lumen
https://github.com/slvler/laravel-project-lumen
laravel lumen
Last synced: 4 days ago
JSON representation
laravel - lumen
- Host: GitHub
- URL: https://github.com/slvler/laravel-project-lumen
- Owner: slvler
- Created: 2021-05-14T14:44:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T14:17:38.000Z (10 months ago)
- Last Synced: 2024-10-12T06:46:05.607Z (about 1 month ago)
- Topics: laravel, lumen
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
cp .env.exmaple .env
composer install
``````bash
php artisan key:generate
php artisan migrate:fresh --seed
```## Contents
- laravel
- mysql
- sanctum
- swagger## mysql connection
- user: root
- password:
- host: 127.0.0.1
- port: 3306
- database: laravel## postman collection
- laravel-example.postman_collection.json