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.
Feed
PHP developers, who use windows, and xampp this is for you.
Multidomain manager for xampp.
github.com/amirandev/Xampp-Multidomain-Manager-Windows
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.
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