Latest Laravel/PHP Articles

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


https://dev.to/mtk3d For the last few days, I'm learning how to use the Laravel Livewire framework. Only you need to know is PHP or more precisely Lara...
Found this great resource https://www.larashout.com/laravel-collection-using-splice-method-to-remove-items that shows us how to use splice() and use it in your...
Last week, Caleb tweeted about a nifty function called invade - that he had made to easily work with private properties and methods. 😈 Whatcha think of my new f...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
API versioning is the process of creating new versions of an API whenever some big changes is necessary that could break the existing version of the API and rui...
Json Web Token or (JWT) is a URL-safe method or a JSON Payload for securely transferring information from one party to another in the form of Json object. It is...
So I was always in a confusion regarding roles and permissions in Laravel. But I have come across different issues but I thought why not write something since i...
does it take ages to load? Are the users complaining that it's almost unusable?. Of course, your website might be slow for a lot of reasons, but one of...
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.
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...
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...
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.
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...
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...