Latest Laravel/PHP Articles

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


Eloquent is the default ORM that ships with Laravel. It implements the Active-Record pattern and provides an easy way to interact with your database. Every sing...
PHP is the most popular and highly used among all the server side programming languages to build powerful and flexible web applications using multitude of frame...
In this post, I will explain to you how we can upgrade the PHP version to the latest version. With the help of this post, you are able to update to PHP version...
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.

pociot.dev

HELO giveaway
Last week I announced that we at Beyond Code have been working on a pretty cool new app called HELO. It's a desktop application for Windows, Mac and Linux that...
When I started learning Laravel and application development with an MVC framework, my first reaction was ‘why make things so complicated?’. Why do I have to wri...
I was working on polishing my Notepad app this fine quarantine afternoon. One feature that I was planning to add was an ability to download the content of the n...

blog.laravel.com

Laravel v7.5.0 released
Laravel v7.5.0 is released in 2020/04/07, here are the changes we`ve merged into this release.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

blog.laravel.com

Cashier v11
We're very excited to announce the immediate availability of Cashier v11. This release of Cashier introduces support for Multiplan Subscriptions as well as Stri...
We define Steps which are executed in the order that they appear in pipelines.Artifacts are folders/files which will be passed to the next step. In the step &co...
Blade component tags are a useful additions to the latest version of Laravel i.e. version 7. In Laravel 7, Blade components have been overhauled to allow tag ba...
$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_CUSTOMREQUEST,"POST"); curl_setopt($ch, CURLOPT_POSTFIELDS, $json); curl_setopt...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Hi, first of all, let me introduce myself, my name is Dede Nugroho you can call me Nugroho :), and I’m from Indonesia. This is my first time writing something o...
We’ve updated the JetBrains Toolbox browser extension for Chrome and Firefox. It can now clone and open files from private instances in JetBrains IDEs, whether...
We are currently working on a php (laravel) application, that makes a lot of temporary writes to our mysql database, because we need the data in our models. We...
When a post is approve, it will set the status column equal to 1 and of course set the date and time in approved_at column by the time the user approved the pos...