UUID support works as easily as possible, by just adding the HasUuids trait to your models. Be aware that it requires the model events to be fired so saving the model quietly doesn’t provide a UUID to your model.
A WYSIWYG editor enables users to provide styled content familiarly. The result of most WYSIWYG editors is HTML which is…
Laravel is shipped with an easy to use HTTP Client. This HTTP Client is based on the popular Guzzle HTTP…
In a previous post, I’ve written about the Power of Form Request in Laravel. This post is a small addition…
Laravel has a very handy feature called form requests. Form requests are custom request classes that take care of validation…