Latest Laravel/PHP Articles

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


Certified Laravel | PHP | Magento Developer.
You already probably know about instant refactoring and pattern refactoring (I'm deprecating refactoring as you know it) that's possible thanks to Rector. But t...
First, let’s clarify what a framework is and why it is so essential in the software development world. Frameworks represent a collection of universal, reusable...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Here, we want to check if an input PowerPoint PPTX file is indeed valid. For example, our website may allow users to input PowerPoint files and we need to check...
When developing new websites and applications, getting useful debug information is essential for producing bug-free, efficient code.
The Service Container is a dependency injection container and a registry for application. Instead of creating objects manually the benefits of using Service Con...
PHP next is an inbuilt function in PHP. It moves the internal pointer to the immediate next element to the current element of the array. In this article, we wil...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
PHP prev is an inbuilt function in PHP. It moves the internal pointer to the immediate previous element to the current element of the array. In this article, we...
I needed my php app to generate PDFs. DOMPdf and Wkhtmltopdf seem to be the obvious choices, right? No. Dompdf doesn’t fully support CSS. Wkhtmltopdf is hopeles...
When you are developing a multilingual website you need to create multilingual translated routes depending on selected languages. A little guidance for that is...
Laravel is an awesome PHP framework, thanks to Taylor Otwell & the wonderful team of contributors. So, on a certain day, while using the foreach directive in a...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When developing multiple applications, repeating the same code in multiple projects is something that I personally consider against DRY. Copy-pasting the files,...
This is something I put together for the engineering team at Howsy. Hopefully it will be of some assistance for others. The examples are in PHP but can be abstr...
The Developer community don’t bother about implementing push notifications in web applications. Push notifications play a vital role in user engagements. It hel...
These commands are critical!