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.

A Bookmarkable, Searchable Cheatsheet for Laravel's Default Artisan Commands


Laravel Artisan Cheatsheet is an online reference for Laravel's built-in artisan commands and their options.
The post A Bookmarkable, Searchable Cheatsheet for Laravel's Default Artisan Commands appeared first on Laravel News.





Laravel Comments Package


Laravel Comments is a premium comments package for applications using PHP 8.1+ and Laravel 9+ by Spatie.
The post Laravel Comments Package appeared first on Laravel News.





Laravel 9.15 Released


The Laravel team released 9.15 with listing only vendor routes in route:list, check if a filesystem folder is empty/not empty, an isJson() string helper, and more.
The post Laravel 9.15 Released appeared first on Laravel News.





Log In Links for Your Laravel App During Development


Laravel Login Link is a Blade component to quickly login to your local environment.
The post Log In Links for Your Laravel App During Development appeared first on Laravel News.





Restructuring a Laravel Controller using Services, Events, Jobs, Actions, and more


In this tutorial, learn some of the ways you can refactor a controller and utilize services, events, jobs, actions and more
The post Restructuring a Laravel Controller using Services, Events, Jobs, Actions, and more appeared first on Laravel News.





Kinetic: A view-composer package for Inertia.js


Kinetic adds view-composer-like features to the Inertia.js Laravel adapter.
The post Kinetic: A view-composer package for Inertia.js appeared first on Laravel News.





Laravel 9.14 Released


The Laravel team released 9.14 with migration table comments, a dynamic trashed factory state, a new array key helper, bootable/setup test traits, and more.
The post Laravel 9.14 Released appeared first on Laravel News.





Test form requests in Laravel with Request Factories by Worksome


Learn how to improve your tests with less boilerplate using request factories by Worksome.
The post Test form requests in Laravel with Request Factories by Worksome appeared first on Laravel News.





How to Validate Your Laravel App's Config


Learn about how to use the Laravel Config Validator package to validate your Laravel app's config values.
The post How to Validate Your Laravel App's Config appeared first on Laravel News.