Transfer an application
-
Hi,
I would like to know how to transfer an application developed under laravel 5.4 in asgardcms.
Thank
-
Hello, @rcorrino
You would probably want to split your logic into modules(on paper) - (most likely your logic already uses some namespace separation).
Then basically you would generate plain module (with entity names you already have) using scaffold command and insert your stuff 1 by 1.There's no easy way just to drop in and go.
You should start on doing this then we can assist you with any details you are missing etc.Thanks.
-