Skip to content

krisanalfa/lumen-dingo

Repository files navigation

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable 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.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, 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

What's Added

Quick Start

  • Clone this repo
  • Run composer install
  • Configure your .env file for database usage
  • Run php artisan migrate --seed

Read These Files for More Information

app/helpers.php
bootstrap/app.php
config/app.php
config/auth.php
config/jwt.php
public/.htaccess
app/Auth/ApiGuard.php
app/Api/v1/routes.php
app/Api/v1/AuthController.php

Route Added

[GET]  {api_prefix}/
[POST] {api_prefix}/auth/login
[GET]  {api_prefix}/user         (guarded by authentication for PoC)

Note: Default email login is johndoe@example.com with password johndoe.

About

[DEPRECATED][ABANDONED] Please use another boilerplate here

Resources

Stars

Watchers

Forks

Packages