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.

First Factor One-Time Passwords for Laravel with OTPZ


Add First Factor One-Time Passwords to your Laravel application (ie. Passwordless OTP Login)





Tim Leland: URL Shorteners, browser extensions, and more

We chat with Tim Leland about the creation of T.ly, a URL-shortening service.





Managing Request Host Information in Laravel


Harness the potential of Laravel's request host methods. Build robust multi-tenant applications and manage domain-specific logic with precise URL handling capabilities.





Rector v2.0


Rector v2 is out! The release contains performance improvements and five (5) new features.





How to document multiple APIs in Laravel with Scramble


With Scramble, you can create separate documentation for each API.





The State of PHP 2024


Explore trends in the PHP ecosystem based on the State of Developer Ecosystem Report 2024 by JetBrains.





Handling Request Data Presence in Laravel


Unlock the power of Laravel's whenHas method for handling request data presence. Discover how to process optional fields and execute conditional logic based on input availability.





Humanize String, Number, and Date Values into Readable Formats


The php-humanizer package by Norbert Orzechowicz humanizes readable values such as numbers, strings, dates, and more.





Introducing Fusion - write PHP inside Vue and React components

Aaron Francis just announced a new tool called Fusion that allows you to write PHP inside Vue and React components