Latest Laravel/PHP Articles

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


On September 3rd, we released the Vapor UI Dashboard Package. In short, this package provides a beautiful dashboard within your Vapor powered application that a...
This is great considering Laravel has built in functionality that works well with Mailgun and other email providers. However, as the integration is meant to be...
Goutte is a light weight php web-scraping library that can scrape websites like wikipedia, google, facebook, instagram and many more. In this tutorial, I will b...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Some of Laravel ‘s features include a modular packaging framework with a dedicated dependency manager, various ways of accessing relational databases, utilities...
The eloquent approach dealing with casts is attractive and takes away the complexity of creating Cabron objects from date columns, converting enums to booleans,...
If you check the composer website you’ll see there is a new major version of composer coming out soon. Version Two (v2) has some features that you should be awa...
· September 10, 2020 · ⋆ Laravel When you put your Laravel application on maintenance mode using the php artisan down command, the default view for the same lo...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I think this is my first piece here, so bare with me. I will get to that later in the future. To future me, do the following for jwt to work: php artisan jwt:se...
Especially on the web, the question of Node.js or PHP has been asked since the day Node.js released, which is 2009. I’ve been in the web development market sinc...
This is a common question that asked by newbie PHP devs. composer update will update your dependencies as they are specified in composer.json For example, if yo...
This guide will help all PHP developers who are looking to try their hands with Laravel on MAC OS. Laravel, has couple of dependencies and I will not get into a...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Saleem Hadad • September 9, 2020 LaRecipe 2.4 is now released and includes many bugs fixes and Laravel 8 support. The new release includes the following updates...
It used to be the case that when you program a Laravel project, you program in PHP within the Laravel framework, and then have Vue.js or some other front-end fr...
The day is finally here, Laravel 8, the next major release of the Laravel framework, was released today. There wasn’t anything particularly wrong with how model...
Assalamualaikum , I am going to explain the difference between mostly used PHP built-in function. in_array — Checks if a value exists in an array in_array ( mix...