Laravel tip:

Validating the request and then saving `$request->all()` is like checking IDs at the door…

then letting everyone inside anyway.

Use the validated data, not the full request.
image

Switching from Xampp to docker made my life easier. I finally switched to Linux and sorted out all the WSL issues.

12

Laravel devs, which feature looked simple at first, but later changed how you build apps?

Sometimes the most powerful features are the quiet ones.

Query scopes

12

Just published Larascraper 2, as simple but powerful scraper por Laravel:

πŸ‘‰ Browser actions: click, type, scroll, wait...
πŸ‘‰ Conditional flow: when() / repeatUntil(), a query builder for the page
πŸ‘‰ Clean ScraperResponse (success, status, data, file)
πŸ‘‰ File & PDF downloads with FileScraper
πŸ‘‰ Simple captcha solving (OCR)

github.com/edulazaro/larascraper
image

12