Skip to content

dikawebid/lumen-api

Repository files navigation

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version License

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.

Install

Clone Project

# Clone this repo
git clone https://github.com/dikawebid/lumen-api.git

Change Directory to Project

cd lumen-api

Copy .env.example file

cp .env.example .env

Install dependency

composer install

Migrate and install Laravel Passport

# Create new tables for Passport
php artisan migrate

# Install encryption keys and other necessary stuff for Passport
php artisan passport:install

Start server

php -S localhost:8000 -t public

Postman Collection

Check Postman Collection

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.

About

Template Lumen API simple Passport Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published