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.

Deploy your PHP Codebase with Ansible and GitHub Actions


This tutorial will show you how you can automate the deploy of your PHP codebase with the help of GitHub Actions and Ansible.
The post Deploy your PHP Codebase with Ansible and GitHub Actions appeared first on Laravel News.





A New Major Version of Ignition Debuts in Laravel 9


The team at Spatie released a significant new version of Ignition for Laravel. Learn about what's new and start using it in your Laravel 8 apps today!
The post A New Major Version of Ignition Debuts in Laravel 9 appeared first on Laravel News.





Define a Route Group Controller in Laravel 8.80


The Laravel team released 8.80 with route group controllers, rendering a string with the Blade compiler, and more.
The post Define a Route Group Controller in Laravel 8.80 appeared first on Laravel News.





Write API Integrations in Laravel and PHP Projects with Saloon


Saloon is a Laravel/PHP package that allows you to write your API integrations in a beautiful, standardized syntax.
The post Write API Integrations in Laravel and PHP Projects with Saloon appeared first on Laravel News.





Alpine.js Focus Plugin


Caleb Porzio released a new focus plugin for Apline.js, which allows you to manage focus on a page.
The post Alpine.js Focus Plugin appeared first on Laravel News.





Laravel 8.79 Released


The Laravel team released 8.79 with a full-text search for MySQL and PostgreSQL, new Stringable methods, and the latest changes in the v8.x branch.
The post Laravel 8.79 Released appeared first on Laravel News.





Laravel “Pipe Through” Collections Method


Laravel v8.78.1 introduces a pipeThrough() collection method, allowing developers to insert an array of callbacks that can manipulate collections.
The post Laravel “Pipe Through” Collections Method appeared first on Laravel News.





Server-side Rendering for Inertia.js


The Inertia team announced the release of server-side rendering (SSR) for Inertia.js.
The post Server-side Rendering for Inertia.js appeared first on Laravel News.