farhantock
0884009bdd
|
10 months ago | |
---|---|---|
app | 10 months ago | |
bootstrap | 1 year ago | |
config | 1 year ago | |
database | 1 year ago | |
docker | 1 year ago | |
routes | 10 months ago | |
storage | 2 years ago | |
tests | 2 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
.htaccess | 2 years ago | |
.styleci.yml | 2 years ago | |
Dockerfile | 1 year ago | |
README.md | 2 years ago | |
artisan | 2 years ago | |
composer.json | 2 years ago | |
composer.lock | 2 years ago | |
docker-compose.yml | 2 years ago | |
index.php | 2 years ago | |
kit-api.sh | 2 years ago | |
kit-app-bullseye.sh | 2 years ago | |
phpunit.xml | 2 years ago | |
rest-client.http | 12 months ago |
README.md
How To Run This Project
Need PHP >= 7.3
- Clone this project to your htdocs
- After clone, run command
$ composer install
- Then rename .env.example to .env
- After rename run command
and$ php artisan key:generate
$ php artisan jwt:secret
- URL to access the API is
`localhost/simpro-lumen/api/${api-url}`
Usefull Command
- Create model
$ php artisan make:model ModelName
- Create Controller
$ php artisan make:controller ControllerName
List Documentation Url
- Query builder
https://laravel.com/docs/8.x/queries
Lumen PHP Framework
Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
Official Documentation
Documentation for the framework can be found on the Lumen website.
Contributing
Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.
Security Vulnerabilities
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
License
The Lumen framework is open-sourced software licensed under the MIT license.