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.

FakerPHP Stripe Provider


Faker Stripe is a provider for FakerPHP that generates fake but structurally correct IDs for Stripe API resources.
The post FakerPHP Stripe Provider appeared first on Laravel News.





Laravel 10.12 Released


The Laravel team released v10.12 this week with conditional sleep, job timeout event, inline attachments, method assertion, and more!
The post Laravel 10.12 Released appeared first on Laravel News.





Laravel Precognition Updates are Here


Laravel Precognition was overhauled and ships with a fresh perspective on predicting the outcome of a future HTTP request.
The post Laravel Precognition Updates are Here appeared first on Laravel News.





Observability vs monitoring


Is observability the same as monitoring? What is the difference between observation and monitoring? What is the right tool for each specific monitoring problem? Read on to find out!
The post Observability vs monitoring appeared first on Laravel News.





Feature Tests powered by database seeders


David Hemphill at Laracon AU talking about how to use feature tests with database seeders.
The post Feature Tests powered by database seeders appeared first on Laravel News.





Laravel Octane Adds Support for Roadrunner v3


The Laravel team release Octane v2 with support for Roadrunner v3!
The post Laravel Octane Adds Support for Roadrunner v3 appeared first on Laravel News.





Laravel 10.11 Released


Laravel 10.11 is here with the ability to retrieve a timestamp Carbon instance from a UUID, making the new Sleep class macroable, and more.
The post Laravel 10.11 Released appeared first on Laravel News.





Laravel Security Middleware


Middleware isn't something new we have been using it in our applications for a while now for various usages, from Authentication, to Authorization and beyond.
The post Laravel Security Middleware appeared first on Laravel News.





Aaron Francis: Laravel Overview Video


Thanks to Laravel, PHP is the future. Laravel is a full-stack framework that is actually full-stack. It handles routing, views, auth, ORM, caching, email, background jobs, and more.
The post Aaron Francis: Laravel Overview Video appeared first on Laravel News.