PHP
New UUID formats
There are a couple of nice ideas there to solve longstanding problems with UUIDs Read more
PHP
Convert XML to JSON In PHP.
In this post, we will learn how to convert XML to JSON. We can convert XML to JSON by using PHP inbuilt function. These functions are simplexml_load_file and json_encode. What is simplexml_load_file? This function converts Read more…
PHP
What’s the best lossless image format?
What’s the best lossless image format? Comparing PNG, WebP, AVIF, and JPEG XL Read more
PHP
Restructuring a Laravel Controller using Services, Events, Jobs, Actions, and more
Laravel gives you the flexibility to choose the structure of controllers yourself, which is both a blessing and a curse. You won’t find any recommendations in the official Laravel docs, so let’s try to discuss Read more…
PHP
Use Laravel's HTTP Client with Facebook's Business SDK
Ever needed to work with an SDK and wished you could use Http::fake() in your Laravel tests? This blog post explains how you can achieve this for the Facebook Business SDK using the Adapter pattern. Read more…
PHP
★ Using login links in a Laravel app
[AdSense-A]
I'm proud to announce that our team has launched a new package called spatie/laravel-login-link.
In this blog post, I'd like to tell you all about it.
PHP
35 Laravel Eloquent tips
Martin Joo shares some cool things you can do with Laravel’s ORM. Read more
PHP
★ A package to add comments to your Laravel app
[AdSense-A]
I'm proud to announce that our team has released a new premium package called Laravel Comments. Using this package, you can set up a comments section in your Laravel app in no time.
We've made a nice, errr I mean epic launch movie to get you in the right mood.
Laravel Comments includes a Livewire component to render comments. Here's what it looks like:
Of course, we wrote extensive documentation, covering every aspect of Laravel Comments.
It comes with batteries included:
comments can be nested
emoji reactions
notifications to all participants when a new comment is posted
an inline approval flow for new comments
markdown editing and code highlighting
endlessly customisable
In this blog post, I'd like to introduce the package to you.