Skip to content

osysltd/lumen-php7

Repository files navigation

Lumen PHP Framework

Laravel Lumen skeleton for application with the support of cookies and sessions, CSRF.

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.

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.

Software development under Windows

  • PHP 7.4 VC15 x64 Non Thread Safe. Extract zip and add your PHP runtime directory to your Windows PATH environment variable by using sysdm.cpl or setx /M path "%path%;C:\php\"
  • Composer Latest Windows Installer
  • TortoiseGit Installer for Windows PC
  • Visual Studio Code for Windows System Installer and PHP Tools for VS Code extension
  • Optional HeidiSQL

Deployment

git config credential.helper store
sudo git clone https://github.com/osysltd/lumen/ .
git pull origin master
cp .env.example .env
composer install
composer dump-autoload --optimize

In case of PHP Fatal error: Allowed memory size of bytes exhausted (tried to allocate bytes)

php -d memory_limit=-1 /usr/local/bin/composer install

License

The Lumen framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 53

Languages