Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

Easily Manage Temporary Files in Laravel

I recently had a queue job that needed to temporarily download a file to the server, process it, and finally clean up the temporary file. That’s not difficult in PHP, and you might have started with something like the following:





Alpine adds a new build to work with Content Security Policies

Caleb Porzio announced that Alpine.js now has a CSP build that will work with environments where CSP is required:





Use Model shouldBeStrict when starting a new Laravel app

So you have an idea for a brand new app. You install Laravel, you're ready to get started. What's the first thing you should do?
For me, I open up the app service provider and go down to the boot method and set the global Model::shouldBeStrict():





Flystorage is a Filesystem Equivalent Package for Node.js

Flysystem developer Frank de Jonge created Flystorage, a single API to integrate with many storage solutions for Node.js, written in Typescript.





Generating slugs from a title in Filament

The Filament documentation offers a nice copy-and-paste solution for generating slugs from a title.





Blade Heroicons Upgrader

Helge Sverre released a new Blade Heroicons Upgrader package that is specifically designed for updating from Heroicons v1 to v2 in Blade files where many icons were renamed or removed between the major versions.