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.

Harnessing Full-Text Search in Laravel


Explore Laravel's built-in full-text search capabilities using whereFullText methods. Learn how to implement efficient search functionality across MariaDB, MySQL, and PostgreSQL databases with minimal configuration.





NativePHP for iOS

Simon Hamp joins us to discuss the development of Native PHP iOS, a project that allows PHP applications to run natively on your mobile device.





Relative Date Helpers in Laravel 11.42


The Laravel team released v11.42, which includes relative date helpers, fluent numeric validation, JSON assertions on streamed content, and more.





Laravel Live Denmark 2025


Join over 300 other Laravel and PHP enthusiasts from around the world for two days of learning, 16 speakers and more within the Laravel community.





Rich Text Laravel


Integrates the Trix Editor with Laravel. Inspired by the Action Text gem from Rails.





Integrate IMAP Into Your PHP Application


ImapEngine is a PHP package by Steve Bauman that provides a simple API for managing mailboxes without the PHP IMAP extension.





Enum-Powered Route Permissions in Laravel


Streamline permission-based routing in Laravel with enhanced enum support. Create cleaner, type-safe route definitions while maintaining robust access control in your applications.