Embedding an Already Built App into Laravel Framework

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
sarojthapa60
Forum Newbie
Posts: 8
Joined: Sun Sep 11, 2016 9:36 pm

Embedding an Already Built App into Laravel Framework

Post 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
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Embedding an Already Built App into Laravel Framework

Post 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.
sarojthapa60
Forum Newbie
Posts: 8
Joined: Sun Sep 11, 2016 9:36 pm

Re: Embedding an Already Built App into Laravel Framework

Post 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,
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Embedding an Already Built App into Laravel Framework

Post by Celauran »

Look at integrating Sentinel
Post Reply