CoderGuy
CoderGuy

Reputation: 344

Using laravel on existing website

I am currently an intern for a company that has a database that is hosted on the company's network. For the past 2 weeks, I have been updating the database with new features and forms through just editing the PHP files they have on the network in notepad++ and uploading them through FileZilla. I was told by users on this site that I should try laravel to clean up the code and to give my code a sense of order. After downloading laravel and figuring out all the configurations, I'm confused on how to apply laravel for my uses. How can I create new PHP files(new page to the database) that will be hosted on my company's network through laravel?

Upvotes: 0

Views: 257

Answers (1)

user399666
user399666

Reputation: 19879

I think you're trying to run before you walk. Before using Laravel, you should learn about MVC. Also, be sure to take a look at this question on StackExchange.

Upvotes: 2

Related Questions