Image Color Picker for Filament 3 This library contains a custom form field to pick color...
In your Laravel Project, create the file stubs/queue.service.stub with follow...
function mask (string $placeholder, string $value, string $char = '#'): string { $template =...
function get_og_tags($url) { $dom = new DOMDocument('1.0', 'UTF-8'); ...
You can simply combine the printf and json_encode function to make this. function console_log($dat...
In the Laravel, you can protect your uploaded files access, restricting by authenticated user, with a...
In PHP, you can list a directory using the class RecursiveDirectoryIterator. View the follow code:...
After build of a VueJS application and config to run in Apache, is common return an 404 error when a...