Latest Laravel/PHP Articles

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


In general, building/developing a webshop or an online store is not easy. So it’s good if we do have a starting point and there is a package that we can use alr...
By default, Vapor routes HTTP traffic to your serverless applications using AWS API Gateway. As an alternative to API Gateway, some customers have chosen to rou...
For my current project I am building a single page Vue application that communicates with a Laravel backend using only API calls. This means the default methods...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
If you've used the null coalescing operator in the past, you probably also noticed its shortcomings: null coalescing doesn't work on method calls. Instead you n...
If you want to test out the new feature of php8 on MAC OS, you can always build the PHP from the sources. But I propose a quicker and more secure(isolated) meth...
In my last article, I talked about how you can minimize your controller by putting the code out from it and put it somewhere else. Rest of the code we put in a...
Over time any software project will get larger, and with laravel projects this often means that the migrations folder can get very large. In laravel 8 the schem...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
In this post, we will take a look at how we can send real-time notifications with Laravel, the Laravel Websockets package, and Laravel Echo. Today, many tasks h...
You will see this error if you try to run some artisan commands programmatically from within an HTTP request: This is because Laravel will try to prompt for con...
We didn’t use single action controller for post controller becase we are giong to add search function here in the next post. In this tutorial, we will be using...
Shutterstock offer bloggers, media agencies and businesses of any size to access low-cost images. So having these much amount of potential market m any wants to...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
What is Firebase Realtime database? The Firebase Realtime Database is a cloud-hosted NoSQL database, which allows developers to store and sync data between clie...
· November 11, 2020 · ⋆ Laravel When Laravel 8 released, It came with a lot of new features & improvements but along with it, the Laravel team has also introdu...
Over the past months I decided I wanted a better hosting platform for my Laravel Application. I have used several hosting options like Dreamhost and Forge. Apar...
A comprehensive guide to make a real-time chat using Laravel 6 with firebase cloud messaging and laravel-fcm library.Getting Started — Configuring EnvironmentSt...