Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

zulqarnain's avatar

Dashboard Making and CMS Building in laravel.

can anyone suggest me the best video series in laravel for backend web application development i want to make an ecommerce application and i want to build it from the scratch using laravel including dashboard and cms. can anyone suggest me the best tutorials. i also want to use Object oriented concept in this project. Thanks

0 likes
6 replies
OussamaMater's avatar

Well Laravel already uses OOP? so of course you'll be using it.

There are many options for admin dashboards, made by the community, well tested and well maintained

If you still want to make a dashboard from scratch, am not sure if there's a specific course for that, you'll definitely find tutorials (in Laracasts or somewhere else) that covers concepts and tools you may need when building your dashboard.

1 like
martinbean's avatar

@zulqarnain Not asking for much, are you…?

You’re not going to find a neat, step-by-step tutorial for what you’re asking, because what you’re asking is a huge sphere of knowledge and encompasses many things.

Find tutorials on each individual topic, and piece your knowledge of each together to build whatever project you want to build. The fact that you only have 1 completed Laracasts lessons at time of writing suggests you haven’t done much research up to now.

zulqarnain's avatar

@martinbean can you suggest where should i start. what are the important topics which i should learn.

martinbean's avatar

@zulqarnain It’s impossible to give you a personalised learning plan because I have no idea what you do and don’t know.

zulqarnain's avatar

@martinbean basically I know the beginnings but I want to learn advance level. I know how to make a crud in Laravel but I want to learn advance techniques where I should minimize my code. Thanks.

martinbean's avatar

@zulqarnain So do some lessons here on Laracasts. You done one single lesson so far. If you’re new, you can’t just jump straight into the deep end; learn about building web apps and then apply that knowledge to build your own project.

Please or to participate in this conversation.