btx/lumen

The Laravel Lumen Framework Integrated with btx Package.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Type:project

1.0.1 2023-11-23 07:57 UTC

This package is auto-updated.

Last update: 2024-04-23 09:07:03 UTC


README

This lumen framework as base project, maybe project structure has been added,removed or modified. If you want request new feature on this project you can create new issue on this repository. This project has integrated with Btx Package.

Instalation

Install project by using the Composer create-project command in your terminal:

composer create-project --prefer-dist btx/lumen blog

Documentation Btx Package

See full documentation at Wiki Documentation

Author

Bachtiar Panjaitan bachtiarpanjaitan0@gmail.com

Requirements

  • PHP 7.4+
  • Laravel Lumen 8.3+

Installed Packages

  • doctrine/dbal
  • tymon/jwt-auth
  • flipbox/lumen-generator

Available Migrations

  • User Migration

Available Data Seeds

  • User data seed

Available Routes

  • User Login using JWT Auth
  • User Logout

Available Helpers

  • config_path()
  • urlGenerator()
  • asset()
  • public_path()