03-25-2021, 02:22 PM
I think that nowadays every application based on PHP should use Laravel framework. Vanilla/RAW PHP is nice for some scripting but for a real web application you need a strong structure foundation with all the necessaries utility to work flawless on every environment (dockerization).
Laravel, and the little brother Lumen, are a very good starting point: you get a lot of modules such as storage, blade interfaces, routing system and much more. Laravel is based on Symphony so it got a very strong foundation.
Recently, well a bit of month ago, Laravel changed it rolling cycle releasing more often than before, so you need to stay up to date. It is importating because recently a CVE has been filled regarding a code injection due to a laravel-dependecy exploit.
Your application must be on github with dependabot enable to get the most of it!
Laravel, and the little brother Lumen, are a very good starting point: you get a lot of modules such as storage, blade interfaces, routing system and much more. Laravel is based on Symphony so it got a very strong foundation.
Recently, well a bit of month ago, Laravel changed it rolling cycle releasing more often than before, so you need to stay up to date. It is importating because recently a CVE has been filled regarding a code injection due to a laravel-dependecy exploit.
Your application must be on github with dependabot enable to get the most of it!