Latest Laravel/PHP Articles

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


My project botmake.io usually had around 1000 daily visitors with quite a stable graph for a long time. The stack of the project is LEMP and it is built with La...
Encryption is the process of converting a normal message (plaintext) into a meaningless message (Ciphertext). Whereas Decryption is the process of converting me...
Writing software does not follow engineering principles or formulas like we have for building bridges or designing airplane wings.
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.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...