Latest Laravel/PHP Articles

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


On April 8 2020, I wanted to share BrenDt’s article on what to expect in PHP 8 (new features) on my Twitter time-line then a quick question came into my mind: “...
An exception tracker is one of the most valuable tools in an engineering team’s arsenal. Tools like TrackJS and NewRelic Application Monitoring report exception...
This week I started recording youtube videos explaining some of the internals of Laravel. First, I started with explaining how session authentication works in L...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...

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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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.

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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...