PHP is a good language... not good it is the best language when it comes to the web development, why I am saying that? Ok lets talk about why PHP is the best la...
If you used Laravel, probably you know and used the powerful Collection class. The Collection class (Illuminate\Support\Collection) is included in the Illuminat...
Web notifications are messages sent to a visitor's device from a website. It allows you to engage and retain website visitors. Push notification can boost app e...
In my previous post on https://dev.to/nasrulhazim/load-dynamically-livewire-components-from-different-namespace-574j, I've hit an issue which causing my boot ti...
https://dev.to/zaratedev https://dev.to/zaratedev Posted on Feb 15 https://dev.to/t/laravel https://dev.to/t/php https://dev.to/t/xdebug https://dev.to/t/larave...
https://dev.to/jringeisen #to-get-started To get started This article will cover implementing push notifications on iOS using Laravel, Ionic-Vue, Capacitor, and...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Hey everyone, Today I'm going to demonstrate achieving WebSocket Communication between Laravel web application and Flutter mobile application using our own WebS...