1. Home
  2. Docs
  3. Foodies Dining App
  4. Help
  5. CodeIgniter to Laravel Migrations

CodeIgniter to Laravel Migrations

We have completely migrated our backend Codeigniter to Laravel, because of some new features and some security issues, We have managed to create the same backend as the previous Codeigniter backend.

Your database and data are safe, you just need to upload it to new laravel backend

In order to use your previous database. you need to use theĀ Migration-Help project.

Open Migration-Help Project and upload it to your server and add database credentials on config.php file and open in server.

you can export your most important data from a database table. and can import it to your newly created Laravel Admin Panel

As we have used new laravel backend your user’s and drivers password will be erased, you have to reset password for all the users,

If you have any queries regarding migrations please create tickets at https://support.initappz.com/

 

Was this article helpful to you? Yes No

How can we help?