#Hello i just learned laravel can someone help with my journey?

23 messages · Page 1 of 1 (latest)

proven vale
#

i did one project (Crud)
i know routes/blade/migration/models/validation! what should i do next?

dry tiger
covert moon
# proven vale i did one project (Crud) i know routes/blade/migration/models/validation! what ...

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

proven vale
proven vale
proven vale
covert moon
#

Jetstream is a package for authentication

#

PhpUnit and pest are Framework for tests, PhpUnit is installed with Laravel

proven vale
#

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

covert moon
#

Jetstream is a package that you could mostly change with config files

#

Or if you feel better with complex code

proven vale
covert moon
#

Have a good discovery 😄

proven vale
covert moon
#

I never used it, so i can't say anything consistent

#

But it seems very cool and attractive

proven vale
#

ohh okay thanks for answering tho!!!!! appreciate it!

proven vale
covert moon
#

I think looking for problems is not a bad thing since we can learn so much things from issues

#

After, we are not that interested in everything the same way, so it take different time to learn or understand