Latest Laravel/PHP Articles

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


“Why you should use SOLID principles as well” is published by Santi Barbat
Back a few years ago the company I was working for was working on a migration to Google Cloud and, as part of the company-on-company schmoozefest, our Google re...
I cannot start without mentioning the power the magic methods in PHP . Sometimes these help turn spaghetti code that looks like turd in a blender into expressiv...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
I was listening to recent podcast by Taylor Otwell, Laravel Snippet episode 11, where he touched on the debate in Laravel community on where you should put your...
I’m not far from the truth, if I say, debugging can take as much time as planning or coding a feature. So let’s see some commonly used debugging techniques in L...
* * @param \Illuminate\View\Engines\EngineResolver $resolver * @return void */ public function registerBladeEngine($resolver) { $this->app->singleton('blade.com...
* * @param array $config * @return void */ public function __construct(array $config = []) { parent::__construct($config['binary'], $config['generator']); } /**...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
What is the sexiest job of 21st century??? Can you guess that? Mhhh …Go and find answers and come back.Ready??.Lets continue now,i hope your answer includes dat...
Notice: this is kind of a follow-up on my article How to Test Junior Laravel Developer Skills. APIs: Resources, Auth and PassportThis one is pretty huge – the w...
When some data is updated on the server, a message is typically sent over a connection to be handled by the client. So you need a real-time channel or WebSocket...
I recently upgraded my app to Laravel 5.8 and one of the reasons I did it so soon this time was the mail driver support for Postmark. In case you don't know Pos...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Lesterius published the library for PHP but how use it ? I will show you my work. Feel free to improve it.
All things come to an end, be it good or bad. This fact is relieving and terrifying at the same time as we want the bad things to end as soon as possible and go...
When you want to visit a website, your browser sends the website URL to a DNS server, the URL is translated into an IP address, and your browser then sends a re...
We will customize the auth and guest middleware and add login throttling. Lastly, we will work on the password reset for our custom guard.