iftekhs's avatar
Level 13

What is the best way to start a laravel project.

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?

0 likes
6 replies
tykus's avatar

Using the Laravel Installer

laravel new my-awesome-project

But I assume that is not what you're actually asking 😂

1 like
iftekhs's avatar
Level 13

@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.

1 like
tykus's avatar

@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!

1 like

Please or to participate in this conversation.