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.

New artisan docs command in Laravel 9.23


The Laravel team released 9.23 with an artisan docs command, Vite support for CSP/SRI, a new fluent JSON assertion method and more.
The post New artisan docs command in Laravel 9.23 appeared first on Laravel News.





Vite Livewire Plugin


The Laravel Livewire Plugin for Vite configures apps to use Vite with Livewire.
The post Vite Livewire Plugin appeared first on Laravel News.





Artisan Tinker in Vim with Tinkeray


Vim Tinkeray is a plugin that adds Artisan tinker support to Vim with output in Ray debugger.
The post Artisan Tinker in Vim with Tinkeray appeared first on Laravel News.





Using Laravel Model Factories in your tests


Laravel Model factories are one of the best features you can use in your application for testing. In this tutorial, we will look at how to use them
The post Using Laravel Model Factories in your tests appeared first on Laravel News.





A Redesigned Artisan Serve Command in Laravel 9.22


The Laravel team released 9.22 with a redesigned artisan serve command, a fluent file validation rule builder, and more.
The post A Redesigned Artisan Serve Command in Laravel 9.22 appeared first on Laravel News.





Build APIs in Laravel With the Restify Package


Laravel Restify is a package to make a powerful JSON:API-compatible Rest API with Laravel.
The post Build APIs in Laravel With the Restify Package appeared first on Laravel News.





Add Useful Info to the Laravel About Command


Learn how to add custom output to the new Laravel about command.
The post Add Useful Info to the Laravel About Command appeared first on Laravel News.





Laravel 9.21 Introduces a Fresh Look for Artisan


The Laravel team released 9.21 with a fresh new look for Artisan, new useful Artisan commands, and more.
The post Laravel 9.21 Introduces a Fresh Look for Artisan appeared first on Laravel News.





Working with Data in API Integrations


Working with third party APIs can be frustrating, we get plain old array - and we send data as arrays too. What if I told you it didn’t have to be this way?
The post Working with Data in API Integrations appeared first on Laravel News.