halvarado77 wrote a comment+100 XP
2mos ago
Laravel From Scratch (2026 Edition): Ep 37, Action Classes
@radmax So the question now is: why does it work for Jeffrey? I spent about two hours before I finally came across this post. 🤷
halvarado77 wrote a comment+100 XP
2mos ago
Laravel From Scratch (2026 Edition): Ep 36, Upload Featured Images To Storage
For anyone following along: if you're using Sail, you need to run the storage:link command through Sail.
Instead of:
php artisan storage:link
Use:
vendor/bin/sail artisan storage:link
halvarado77 wrote a comment+100 XP
3mos ago
Laravel From Scratch (2026 Edition): Ep 25, Tailwind Theme Setup And Initial UI
@akaydin Thanks, very helpfull