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.

Use this Filament starter template on your next TALL project

The Log1x/filament-starter starter template is a beautiful starting point to quickly bootstrap your next TALL stack application with Filament for the admin panel:





Bagisto Announces a New Open-Source Mobile App for Merchants

Bagisto now has an open-source mobile app for merchants. This allows you to run your own mobile app for your store easily. You can easily customize the important parts, such as the application title, the splash screen, the app icon, and more.





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():