#Hello i just learned laravel can someone help with my journey?
23 messages · Page 1 of 1 (latest)
You could try auth, it is more visual to use "starter kit" like "Laravel breeze" : https://laravel.com/docs/10.x/starter-kits#laravel-breeze
Don't go on Jetstream because it has Black box effect, if you would like to learn laravel i don't recommand it.
You may try to understand how model relationships works and write a bit of tests with it. Btw you could install "pest" if "phpunit" seems too harder for you, it use phpunit in the backhood but it easier to use first
And finally, you could pass time into documentation "The basics" section which have things like Logging, Session, Asset Bunbdling...
Thanks! if you don't mind asking what's my next step after that?
i like laravel it looks easy to use! why you don't recommend it? to be honest half of what u saying i don't know about "jetstream , pest, php unit" 😅
i finished php + oop then went into laravel! i'm very newbie and now i did the blog project and crud
Jetstream is a package for authentication
PhpUnit and pest are Framework for tests, PhpUnit is installed with Laravel
oh yeah i know about packages there's a tutorial mentioned that but it was about comment package
i read about laravel daily roadmap i guess testing is advanced topic?
am i allowed to send links here? i can provide u with the github repo
Laravel Breeze is a Package for Laravel to add Authentication from Controller
Jetstream is a package that you could mostly change with config files
Or if you feel better with complex code
yes i used it today to build the bootcamp laravel
Have a good discovery 😄
if you don't mind asking can you tell me your opinion about this roadmap?
https://github.com/LaravelDaily/Laravel-Roadmap-Learning-Path
I never used it, so i can't say anything consistent
But it seems very cool and attractive
ohh okay thanks for answering tho!!!!! appreciate it!
i'm trying to dive into the help section here to look for people problems and if i can solve it but it looks advanced haha should i still look for these problems? or it is waste of time?