Latest Laravel/PHP Articles

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


If you need a local server for testing, or want to set up a production server, below are the step-by-step instructions on how to install a Ubuntu server. You ha...
There are several ways to check which link is clicked . I will share the code with example. check here for live demo Written by
Docker is a tool that created to make it much more easier to create, deploy, and run applications by using containers that you created by your own desires. When...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
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.
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...
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...