Latest Laravel/PHP Articles

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


Laravel 4.2 requires mcrypt extension which is deprecated in PHP 7.1 and removed in PHP 7.2. Laravel 4.2 has a release for PHP 7, and you can install mcrypt for...
Two years ago I wrote an impactful article on union and intersection types. It helped the PHP community to familiarize themselves with these concepts which even...
One of the best tools I use for debugging and helping me write python code is the Jupyter notebook. Recently, I found out that I can add the PHP kernel for debu...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Install MAMP — You will use this to boot up your servers and connect to the database you create and will then be able to run the website locally. Install Sequel...
Today, the PHP development team announced the immediate availability of PHP 7.4.0 and it comes with numerous improvements and new features. Short Arrow Function...
In this tutorial i am going to show you how to use Highcharts in larave with proper example.whenever you need to add charts in laravel 6 server side. then you c...
Hi, I’m Valerio, software engineer and CTO at Inspector. One of the most readed article I’ve posted on our blog is related to a queue and jobs configuration in...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
If you’re a Laravel developer and you’re not using these following Visual Studio Code extensions, I highly suggest you start using them. What developer doesn’t...
ShellWrap – Shell Wrapper: ShellWrap allows you to work powerful Linux/Unix command line tools in PHP through an easy syntax: https://github.com/MrRio/shellwrap...
Not the best approach. Just one approach. At least to help with thinking. to start with. /*Create two users one with only read permission, another with read-wri...
/* now bind the parameters to it */mssql_bind($stmt, "@id", $id, SQLINT4, FALSE);mssql_bind($stmt, "@name", $name, SQLVARCHAR, FALSE);mssql_bind($stmt, "@email"...
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.
The name of the functions may closely resemble the functionality.
It might be so annoying that lots of hours, even days would have been bygone trying to fixing this kind of error. Rejoice because you will never spend much time...
With the release of PHP 7.4 (today), the language has some great updates that can improve development. These changes include: You may want to get it running on...
Listening for Model Events in Laravel can sometimes be a tedious task. It usually becomes quite unmanageable to maintain when a client or application requires a...