Download the PHP package mudassar1/legacy-to-laravel without Composer
On this page you can find all versions of the php package mudassar1/legacy-to-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mudassar1/legacy-to-laravel
More information about mudassar1/legacy-to-laravel
Files in mudassar1/legacy-to-laravel
Package legacy-to-laravel
Short Description Help upgrade from CodeIgniter3 to Laravel
License MIT
Homepage https://github.com/mudassar1/legacy-to-laravel
Informations about the package legacy-to-laravel
Legacy CodeIgniter3 to Laravel
This project helps you upgrade your CodeIgniter3 apps to Laravel.
- The goal is to reduce upgrade costs.
- It provides compatible interfaces for common use cases in CodeIgniter3 apps.
- It also provides compatible interfaces to test code using [ci-phpunit-test]().
- It does not aim to be 100% compatible.
- This project is under early development.
- This project is under early development.
- This project is under early development.
- We welcome Pull Requests!
Requirements
- Laravel 11.x or later
- PHP 8.0 or later
Installation
You can install the package via composer:
Usage
If you use legacy-to-laravel, You can run the following code on Laravel.
Connect to Database
Open file config/database.php
to configuration
app/Http/Controllers/News.php
app/Models/News_model.php
/resources/views/news/create.php
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Contributions are very welcome.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Kenji Suzuki
- Agung Sugiarto
- All Contributors
License
The MIT License (MIT). Please see License File for more information.