Latest Laravel/PHP Articles

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


Of course I often found myself involved in the same tedious tasks reinventing the wheel. But I found it even worse to spend a lot of time in learning just-anoth...
This idea has been debated and talked about by many people, so I will not debate on whether this is a valid assumption or not. If you don’t agree with this hypo...
The first time I learn to build a PHP package is through a job interview. The technical part required me to build a PHP package with PSR-4 standard. In short, P...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
On Heroku the release phase allows you to run certain tasks before a new release of your app is deployed. Thanks for reading! Say hi to me on Twitter and check...
Well, this took me close to a month, with a couple of sleepless nights and a few drops of tears on being asked about the status of the task, since I was very ne...
Blade is the simple, yet powerful templating engine provided with Laravel. Unlike other popular PHP templating engines, Blade does not restrict you from using p...
In which I discuss squeezing more oomph out of Laravel’s Eloquent Polymorphic Relations in a heavily-used, multimillion row database.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Anyway, let’s see what Media Library has to offer. Add Media from URLMedia Library is mostly used to upload files and add them to collections. Human Readable Si...
A simple and easy Laravel 5.2 with Facebook Messenger bot. “Laravel 5.2 with Facebook Messenger bot.” is published by Arnold Federis
This is something that has been a real challenge for me because usually is not in the scope of the language. Async call is not Thread, if you are looking for it...
Some years ago I bought an internet domain offering a PHP based server backed by a MySQL database. I kept it for years without using it because I had neither th...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
PHP has proven itself to be an extremely robust and versatile technology, especially when it comes to developing web applications. There are many a PHP Developm...
A quick review of Laravel Wink by Mohamed Said. It provides a really pleasant writing experience, but is it good for actual fully-featured blog project? Let’s t...
With routing you can specify Route::get(‘projects/{project_id}’, ‘ProjectController@show’); but what if you want project_id to be strictly a number? To achieve...
PHPStan is a static analyser that focuses on finding bugs in your code before you even run it. Its unique extensibility allows it to correctly interpret common...