Recomendtions on project structure and migrations

I’m working on a web app. And as I am writing it I am finding that it is repetitive. What I mean by repetitive is for the navbar for example. I find that it is being used with the same links of many pages. If I’m correct you can use templates to keep from doing that. But I’m not sure how it works in php.

And I have wrote my database in MySql. But I don’t know how to do migrations. I have wrote everything from scratch. Then I stopped figured there was a better way to write it without repeating the same things.

Thanks.

Try a getting started tutorial in Laravel and/or Symfony.

Sponsor our Newsletter | Privacy Policy | Terms of Service