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.
Note: In the years since releasing Lumen, PHP has made a variety of wonderful performance improvements. For this reason, along with the availability of Laravel Octane, we no longer recommend that you begin new projects with Lumen. Instead, we recommend always beginning new projects with Laravel.
Documentation for the framework can be found on the Lumen website.
Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.
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.
- 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
orsetx /M path "%path%;C:\php\"
- GIT SCM
- TortoiseGit Installer for Windows PC
- Composer Latest Windows Installer
- Visual Studio Code for Windows System Installer
- VSCode PHP Tools for VS Code extension
- VSCode Blade Formatter
- VSCode Bootstrap 5 Snippets
- VSCode PHP Server
- HeidiSQL
git config credential.helper store
cp .env.example .env
composer install
composer dump-autoload --optimize
php artisan key:generate
php artisan cache:clear
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
php82-cli artisan cache:clear
The Lumen framework is open-sourced software licensed under the MIT license.