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

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

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

If your “clean architecture” needs 5 files to understand one simple action, it is not clean.

It is just complexity with better folder names.

12