Skip to content

eamontefalcon/lumen-9-code-sample

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

Installation guide

  1. make sure to used at least php version 8.2
  2. composer install for dependencies
  3. environment variable (copy the .env.example to .env)
  4. create database "flexisource_exam_testing" for testing

List of commands

  1. composer install
  2. php artisan doctrine:migrations:diff
  3. php artisan doctrine:migrations:migrate
  4. composer test
  5. php artisan import:customer

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.

Releases

No releases published

Packages

No packages published

Languages