It depends on which stack you use, vue, react, livewire, just blade and plain javascript, etc.
The Series Needed to Build a Full App with Laravel as a Beginner
Hello, I am currently half way into the PHP for Beginners series and I will be doing the OOP in PHP series and 30 Days to Learn Laravel 11 series afterwards, I want to know if these series is all that is basically needed for me to be able to build a full web application using Laravel. If not what are all the series I will be needing? I am subscribing to Laracast as soon as I am done with my first series too cos it absolutely worth it. The application is for users to be able to create and join teams based on their location, view and participate in fitness events and competitions hosted by the organization, they will also be getting scores/level promotions from the competitions and challenges they participate in, they have a wallet in the app and also a chat functionality for private chat and team/group chat.
Permit me to share a design of the app: https://www.figma.com/proto/OYgtyR2t1SUjU1l4sl0co9/The-Healthiest-Unit?page-id=1%3A389&node-id=20-950&viewport=16%2C-625%2C0.5&t=VIBlcjg02hvA2rP9-1&scaling=min-zoom&content-scaling=fixed
Your contributions are accepted with gratitude.
I would suggest that you learn some testing basics first.
https://laracasts.com/series/pest-from-scratch
And then build a simpler app while practicing TDD.
https://laracasts.com/series/pest-driven-laravel
And lastly tackle the forum series
Please or to participate in this conversation.