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.

Livewire Volt Has A New Class-based API


Volt introduced a new class-based syntax for Volt components. This allows you to write Livewire components using the more traditional syntax you're used to, but still all inside your Blade files.
The post Livewire Volt Has A New Class-based API appeared first on Laravel News.





Learn Laravel Sushi - The array driver for Eloquent


Sushi is Eloquent's missing "array" driver because sometimes you want to use Eloquent without dealing with a database.
The post Learn Laravel Sushi - The array driver for Eloquent appeared first on Laravel News.





PATH settings for Laravel


The $PATH variable sets the directories your system looks for when finding commands to run. In this quick tutorial, learn how to customize this to make finding things easier.
The post PATH settings for Laravel appeared first on Laravel News.





Laravel Prompts is Now Available in Laravel 10.17


The Laravel team released v10.17 with Laravel Prompts, a config:show Artisan command, a Collection method to ensure types and more.
The post Laravel Prompts is Now Available in Laravel 10.17 appeared first on Laravel News.





Filament v3 just launched


Filament v3 is now out and includes many new features, a completely refreshed UI, a new website, Livewire 3 support, and more!
The post Filament v3 just launched appeared first on Laravel News.





Watch Jake Bennett's "State Machines" talk from Laracon


Jake Bennett dives into state machines and how they can be leveraged to manage workflows and state transitions in applications.
The post Watch Jake Bennett's "State Machines" talk from Laracon appeared first on Laravel News.





Watch Matt Stauffer's "Enterprise Laravel" talk from Laracon


Matt Stauffer's "Enterprise Laravel" talk from Laracon US is now live on Youtube!
The post Watch Matt Stauffer's "Enterprise Laravel" talk from Laracon appeared first on Laravel News.





NativePHP Tutorial: Building a Mac MenuBar application


Follow along with this NativePHP tutorial as we put together a Mac MenuBar application to know the local time of each member of your team.
The post NativePHP Tutorial: Building a Mac MenuBar application appeared first on Laravel News.





PHPSandbox - Build, Prototype, and share PHP apps in seconds


PHPSandbox is a web app that allows you to quickly prototype or share PHP projects without setting up a local environment.
The post PHPSandbox - Build, Prototype, and share PHP apps in seconds appeared first on Laravel News.