Latest Laravel/PHP Articles

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


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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
This error is there because we don’t have any data in the Profile table which means Profile::all() will produce an empty array []. And if Profile::all() will pr...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This is an almost straight forward guide to setting up Laravel on your machine. Laravel, if you didn’t already know, is a PHP framework for building robust web...
Merging PHP arrays while preserving the numeric keys is not as straightforward as it may seems. The built-in PHP functions somehow reset the numeric keys while...
Faker is the PHP library that generates fake data in the tables . You can find the faker documentation here. By default, Laravel installs the faker library as a...
The PHP programming language underpins much of the Internet. It forms the basis of popular content management systems like WordPress and Drupal, as well as more...