Latest Laravel/PHP Articles

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


So… This is my first story on Medium and I’m so excited to start with a tutorial about PHP programming. In the following article you will learn how to create a...
In an earlier, article, I talked about the Laravel Service Container and it’s benefits. In this post, we are going to see the various ways we can register servi...
Full disclosure: I am not a PHP guy! My job involves projects ranging from PHP to Python and JavaScript but my background is .NET (mostly C# and PowerShell) and...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In creating one of my laravel project i come across errors during migration that i think most laravel beginners might struggle to solve them. that is why i deci...
This is an academic example of the diffie-hellman key exchange in PHP. It is not meant to be used for any real world purpose. The values of $p; $g; $a; $b are g...
In Laravel, we can create our custom pivot models. Our pivot model can also contain relations and we can access them in the pivot property. By using the package...
“Why you should use SOLID principles as well” is published by Santi Barbat
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
* * @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']); } /**...
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...