Latest Laravel/PHP Articles

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


There are many ways to display list of text to make it easier to understand. Graphic, table, chart, word cloud, etc. Word cloud is one of the best choice to dis...
Anonymous functions are one of the nice and useful feature in PHP that is widely being used. Anonymous functions facilitate to write well structure and more rea...
I quickly couldn't find out what to do next and how to make them talk to each other. So I made a little list. Notice that the endpoint here is relative to what...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
PHP is the most popular programming languages as compared to other programming languages. New version of PHP made this better and more stable over ever previous...
Hi All, this is Adi with another Laravel tutorial. This time, I wanted to cover my basic solution to a problem we might all have when building web apps using on...
Laravel provides robust logging services that allow you to log messages to Slack to notify your entire team. Press the red button of Add to Slack.
PHP is an acronym for “Hypertext Preprocessor” and it is widely used as an open-source scripting language. With the use of a PHP framework, developers can creat...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Short summary about how to use Google Calendar API to CRUD Events in Google Calendar Impersonating as other users. An Meeting Room booking app running internall...
Navigate to your new site’s public directory and edit the .env file. Add the credentials for the craft_homestead database. Navigate to the Homestead directory a...
Laravel Collections is one of the most powerful features of Laravel. Basically, collections are PHP arrays but it’s an Object Oriented approach to deal with PHP...
In Real World CTF 2019 Quals, Andrew Danau, a security researcher, found that when the %0a symbol was sent to the target server URL, the server returned an exce...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
We can perform delete operations in Laravel in two ways. Either remove a record from the database permanently or delete but keep the record hanging in the datab...
In the third quarter of 2019, we resolved a series of security issues in our products. Here’s a summary report that contains a description of each issue and the...
First, a security fix related to password resets was contributed. The fix throttles users to only creating one password reset record every 60 seconds. This prev...
In many cases, we need to detect users latitude and longitude without using any front end API’s, for many reasons, sometimes just to show user’s general locatio...