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.

Data Liberation in 2024

Imagine a more open web where people can switch between any platform of their choosing. A web where being locked into a system is a thing of the past. This is the web I’ve always wanted to see. That’s why I announced a new initiative called Data Liberation for 2024. Migrating your site to WordPress, or exporting all your content from WordPress, should be possible in one click.





Laravel Live Denmark 2024

Laravel Live is a two-day Laravel conference held in Copenhagen, Denmark the 22 - 23. August 2024.

This will be the first Laravel Conference in the nordic countries, where 350 Laravel and PHP enthusiasts from around the world will gather for two days of talks, learning and networking.





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:





SymfonyOnline January 2024 - Discover amazing Workshops to level up your skills!

Get ready for the exciting SymfonyOnline January 2024 event, starting in just one week on January 16-19! There are only a few days left to register and be a part of this incredible international online Symfony conference, along with the pre-conference workshops, hurry up!





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: