Latest Laravel/PHP Articles

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


Custom Blade directives in Laravel are very handy to allow some quick logic around an “expression” without having to pollute our views with verbose code, and al...
Maybe it does this through VueJS component, Javascript, or in our case a Livewire component. We'll use Livewire to do this. Here's a link in case you n...
A blog on PHP, JavaScript and more Amit Merchant · June 1, 2020 · ⋆ PHP If the given value is of the incorrect type, then an error is generated: in PHP 5, this...
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.
Let's say you wanted to retrieve a record from a database, and for some reason it's not found. We need a good way to handle that exception, and display...
A few months ago i have a problem in Dreamhost account, theirs desactived all PHP 5.6 accounts, and upgrade to PHP 7.2. But all websites i have in Dreamhost is...
We have been tasked with migrating 7 years old big monolith MVC PHP app to Laravel. The client wanted to stay the app with PHP ecosystem since their team is com...
Laravel Spark comes with a Stripe integration for processing subscription payments via Credit Card.This is a quick guide for configuring Stripe and Spark to wor...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Statamic's flat file approach has a huge number of benefits over database driven marketing sites, but sometimes you can run into downsides to its content-as-fil...
A blog on PHP, JavaScript and more Amit Merchant · May 31, 2020 · ⋆ TypeScript Sometimes, all you want to do is a custom type populated with a set of predefined...
Add the below to Providers to config/app.php : ‘providers’ => [ Sichikawa\LaravelSendgridDriver\SendgridTransportServiceProvider::class SENDGRID_API_KEY=’YOUR_S...
Have you ever used Laravel Resource controller? Laravel resource routing assigns the typical CRUD routes to a controller with seven methods like, index(), creat...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this tutorial we are going to install Tailwindcss in Laravel 7 application. Now it is time to install Tailwindcss! Then we are going to add tailwind...
Often developers tell me, that a decent amount of work will not result in a secure application. In most cases, it is fairly easy to harden your application and...
It is a collection of 3 PHP benchmarks It is tested under PHP 7.4 + 64bits + Windows 64 bits but you could download it and test it by yourself (it is the idea)...
When developing a project for a client, a doubt arose: how create a dynamic query using only Eloquent? Maybe, you can think: “It’s easy! We can use the method w...