Latest Laravel/PHP Articles

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


Hey everyone, Today I'm going to demonstrate achieving WebSocket Communication between Laravel web application and Flutter mobile application using our own WebS...
Setup : Create your laravel app and connect to database composer create-project laravel/laravel laravel_api open.env and configure database DB_HOST=127.0.0.1 DB...
#hello-everyone- Hello everyone 👋, There is no doubt that reusable components is one of the main keys that makes developers life easier. Our component is going...
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.
Before https://laravel.com/docs/9.x/releases, when you wanted to interact with strings you would either use the Illuminate\Support\Str class like so. use Illumi...
Countless are the times I've had to test for validation errors, and countless are the times I've repeated the same code for this purpose. Duplicating testing co...
Dark mode 🌑 has been a hot topic in the UX land for quite some time, and it recently blew up with its official implementation in major Operating Systems during...
Managing web servers can be kind of tricky, and with an increasing number of applications in one server, managing all of their configuration files can start to...
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 will see how to create multi language website in laravel 6/7/8. In this example, you can understand the concept of laravel multilingual web...
https://lean-admin.dev is a Laravel package for building custom admin panels. It's based on the TALLstack (Livewire & Alpine) and its main focus is customizabil...
https://lean-admin.dev is a Laravel package for building custom admin panels. It's based on the TALLstack (Livewire & Alpine) and its main focus is customizabil...
This week we shipped Laravel 9.0 - the exciting next chapter in our journey to make web development enjoyable and productive! Laravel 9 continues the improvemen...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Numbers are tricky because they have been used as a metric for a lot of things. Currency, scale, weather, science to name a few. And since numbers are associate...
After working with Laravel for a while and learning about its way of handling exception, I found myself creating my own exceptions, either to simplify some if/e...
An exception is an event that occurs during the execution of a program that disrupts the normal flow of instructions. PHP uses exceptions to handle errors and o...
I am thrilled to write my first post here and I will start by going through the development process of building this blog and how it became a Laravelhttps://git...