Page 1 of 1

Embedding an Already Built App into Laravel Framework

Posted: Wed Apr 05, 2017 11:51 am
by sarojthapa60
Hi,
I have an app that is in development phase created using php and javascript. I have a couple of plugins - dataTable and exportTable added in the web app. The app has multiple tabs. So far, I have a fairly simple login page that is not even connected to the database.

I am thinking about using Laravel framework and build the app on top of it. Will I have to just configure the index.php file in Laravel's public directory and drop all the used files in public directory or I will have to work with each files in Views, Controller, and public? How hard or difficult would that be?

Thanks

Re: Embedding an Already Built App into Laravel Framework

Posted: Wed Apr 05, 2017 11:59 am
by Celauran
How far along is the app and why are you looking to switch? If you're going to try to convert this to Laravel, I'd definitely recommend following their structure as much as possible.

Re: Embedding an Already Built App into Laravel Framework

Posted: Wed Apr 05, 2017 12:29 pm
by sarojthapa60
Celauran,

The app is 90% done. Essentially, I want to create an advanced Login System that has Password Reset options. That is the only reason I am trying to use Laravel.

Thanks,

Re: Embedding an Already Built App into Laravel Framework

Posted: Wed Apr 05, 2017 1:59 pm
by Celauran
Look at integrating Sentinel