Hi, can someone give me tutorial link or something where I can learn how exactly I should start a laravel project or in other words what are the best practices, and how exactly laravel pro developers start a laravel project?
@tykus XD no man I was trying to know how pros build laravel projects like obfuscating javascript code or best practices for making the site faster. mainly I wanna know how pros do it. I think you understand what I mean.
@iftekhs that is a very different question, isn't it!
There is no single approach to this type of make site faster performance optimisation; it depends on the code you write and the systems you deploy on. You need to be cognisant of the affects of the code you write; be able to understand which parts of your application are bottlenecks, which parts of your stack are better suited to different tasks... the list goes on. Some problems can be solved with more money (better hardware to deploy your application on, CDNs); and some can be solved with intelligent use of your stack.
And all of this is unrelated to obfuscated javascript!