nasrulhazim / arc8-api
The Pre-Configured API Code Base.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^7.3|^8.0
- dingo/api: ^3.0
- illuminate/redis: ^8.16
- laravel/lumen-framework: ^8.0
- laravel/tinker: ^2.5
- predis/predis: ^1.1
Requires (Dev)
- fakerphp/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-10-24 07:03:46 UTC
README
Arc8 API is a pre-configured API Codes based on Lumen that help developers to jumpstart quickly on API development.
Arc8 API is already configured with Dingo API.
Development
There is few pre-built features provided in arc8-api
.
Reload Commands
# Clear all caches
bin/clear-cache
# Apply PHP CS Fixer
bin/clear-cache
# Reload Database
bin/reload-db
Installation
First time setup you may want to run bin/install
- but make sure your .env
is update accordingly and database created before run the script.
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 Nasrul Hazim at nasrul@cleaniquecoders.com. All security vulnerabilities will be promptly addressed.
License
The Lumen framework is open-sourced software licensed under the MIT license.