Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Thanks to it, with the appropriate command you can quickly perform many activities that would normally take you a lot of time. Configuring the right fr...
Enlighten your APIs with auto-generated documentation Use Git or checkout with SVN using the web URL. Enlighten your Laravel applications with a beauti...

sebastiandedeyne.com

Sublime is still sublime
I’m trying something new (well, old): Sublime Text. It took me a while to not crave Sublime’s speed in VS Code, but Code’s intelligence and extension ecosystem...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
While we think of our scripts running for one request at a time, PHP web applications handle multiple, simultaneous requests at a time.

sebastiandedeyne.com

Options, Not Roadmaps
Ryan Singer talked about how they (don’t) deal with roadmaps on the Signal v. In short: roadmaps are a bad idea because they can create uncertainty, false expec...
Laravel dump server comes with the version of Laravel 5.7. Dump server will be a development dependency in laravel/laravel composer file. With release of versio...
The world of web scraping is varied and complex, and Proxies API sits at one of the most crucial junctions. They are allowing web scrapers/crawlers to bypass IP...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Attempting to utilise the new class based factories had me scratching my head for the best part of an afternoon. In the background Laravel is looking in the app...
I wrote a short GitHub Action to trigger a build on Netlify every morning. By default, Hugo doesn’t build pages that have a date in the future. Netlify...
This EAP build brings support for PHPStan and Psalm static analyzers to PhpStorm. Last week, we launched the Early Access Program for PhpStorm 2020.3. For the n...
Cloudflare is a powerful web infrastructure provider that provides services like DDoS protection, Web Application Firewall (WAF) Security, Distributed DNS servi...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
The new composer version is available with a lot of new functionalities. Today you can find an incredible number of packages on GitHub, and with one command, yo...
There are 8 simple steps for laravel 8 authentication: Create a laravel 8 project “Laravel UI” package installation “Auth scaffolding” Generation “NPM” dependen...

www.phparch.com

Running Parallel
While we think of our scripts running for one request at a time, PHP web applications handle multiple, simultaneous requests at a time.
· October 5, 2020 · ⋆ Laravel In one of my articles, I’ve explained how you can extend class behavior using macros in Laravel. So for instance, if you want to...