open-admin-org / open-admin

open-admin forked from z-song/laravel-ladmin. Removing jquery, now based on Bootstrap5, vanilla JS
https://open-admin.org
MIT License
255 stars 75 forks source link

Question: How easy is to migrate from Laravel Admin to OA? #80

Open lluisandreu opened 1 year ago

lluisandreu commented 1 year ago

Sorry, this is not a bug, only a question. How easy is to migrate from Laravel Admin to OA? Is it possible, is it fast? Many thanks.

RCyrix commented 1 year ago

Hi there

it is possible but will require application down time

You will need to replace laravel admin references with the corresponding open admin references, you will lose some functionality and gain some, JQuery is no longer a default part of OA

open-admin-org commented 1 year ago

You can always include jQuery if you like. But the main functionality is all written in plain javascript. I ported myself some Laravel-admin applications and went fairly smooth. Depending on the application 1 to 4 hours. But you might. I tried keeping the php code / controller setup fairly the same. If you run in to issues, please share them here so maybe we can collect the issues and make a special faq guide for porting.