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