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
Embedding an Already Built App into Laravel Framework
Moderator: General Moderators
-
sarojthapa60
- Forum Newbie
- Posts: 8
- Joined: Sun Sep 11, 2016 9:36 pm
Re: Embedding an Already Built App into Laravel Framework
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
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,
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
Look at integrating Sentinel