Convert a Lumen project to Laravel
The Lumen to Laravel Shift automates the conversion of your Lumen application to a Laravel application.
Requirements
A Lumen application.
Conversion Includes
The Lumen to Laravel Shift automates most of the conversion process, including:
- Updating the folder structure.
- Adding the Laravel configuration files.
- Updating
phpunit.xml
for Laravel 5.4. - Converting Lumen framework code to its Laravel equivalent.
- Detecting Lumen specific references.
Manual Conversions
There are some conversions the Lumen to Laravel Shift can not perform automatically. When Shift detects these upgrades it adds a detailed comment on the Pull Request to help guide the manual upgrade.