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 Inertia.js like a boss


The book Advanced Inertia is the best way to learn how to build complex Inertia-powered apps that are easy to maintain for years to come.
The post Use Inertia.js like a boss appeared first on Laravel News.





Export Eloquent Models to JSON Files


Model JSON for Laravel is a package that allows you to easily export data from specific models in your Laravel application to JSON format.
The post Export Eloquent Models to JSON Files appeared first on Laravel News.





Laravel 10 will include a profile option to find slow tests


Laravel 10's Artisan test command, features the "--profile" option, which will allow you to easily pinpoint slow tests in your application.
The post Laravel 10 will include a profile option to find slow tests appeared first on Laravel News.





Laravel 9.51 Released


The Laravel team released 9.51 this week with a new database query count expectation, relationship builder for one/many through, HTTP URI templates, and more.
The post Laravel 9.51 Released appeared first on Laravel News.





Process Facade Coming to Laravel 10


Laravel 10, due out next week, will introduce a Process layer for Laravel. The Process service makes testing and running CLI processes a dream to work with.
The post Process Facade Coming to Laravel 10 appeared first on Laravel News.





Google reCaptcha Enterprise Package for Laravel


The Google reCaptcha Enterprise package for Laravel provides easy configuration of reCaptcha and a handy validation rule to verify your user token scores.
The post Google reCaptcha Enterprise Package for Laravel appeared first on Laravel News.





Laravel 9.49 Released


The Laravel team released 9.49 this week with support for casting an array of enums, CLI prompts, and more.
The post Laravel 9.49 Released appeared first on Laravel News.





Building APIs in Laravel


Building APIs in Laravel is an art form. You must think beyond data access and wrapping your Eloquent Models in API endpoints.
The post Building APIs in Laravel appeared first on Laravel News.