0
I’ve been programming with PHP for some time now, and I’ve always done my projects at hand (without using framework like Laravel, zend, etc.), making a structure very similar to mvc. However I want to improve as a programmer and in view of new job opportunities I am trying to adhere to the best practices of the market, with this in mind I decided to start studying and use Laravel to develop my new projects. But when watching the video lessons and even the documentation I see that it is very common to use PHP together with HTML and ignore the existence of js. My question is: Is it wrong that I want (or not recommended) to use Javascrip, PHP with Laravel and leave everything separate, that is, on the page that will html will not go any other code than pure html? Or traveling and I need to get used to use php in msm page q html?
I had not attempted to use the Blade, nor imagined that it used npm to manage the js framework. Thanks for the attention and attention
– Fernando Coelho