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.

Dynamically Create and Destroy Servers with this Laravel Package


Laravel Dynamic Servers is a package by Spatie that helps you start and stop servers when needed.
The post Dynamically Create and Destroy Servers with this Laravel Package appeared first on Laravel News.





Announcing LaraJobs Consultants


LaraJobs now includes a consultants directory to help you outsource a project or embed Laravel experts into your existing team.
The post Announcing LaraJobs Consultants appeared first on Laravel News.





Building a slide-over panel component with Livewire


I have been a fan of Laravel Livewire since it was first released, and I have used it many times to create great user interfaces for applications.
The post Building a slide-over panel component with Livewire appeared first on Laravel News.





Laravel 9.34 Released


The Laravel team released 9.33 and 9.34 over the last week, introducing Laravel Precognition, short attribute syntax for self-closing blade components, and more
The post Laravel 9.34 Released appeared first on Laravel News.





Quickly test the performance of your Laravel app with the Benchmarking helper


With the release of Laravel 9.32, a benchmarking helper was introduced, which is useful for quickly testing performance of certain parts of your application.
The post Quickly test the performance of your Laravel app with the Benchmarking helper appeared first on Laravel News.





Writing to the Database with Eloquent


Eloquent is one of the most powerful and amazing features in a modern framework today. From casting data to value objects, transactions, and relationships.
The post Writing to the Database with Eloquent appeared first on Laravel News.





Laravel 9.32 Released


The Laravel team released 9.32 with dd() file and line output, encrypting and decrypting .env files, a short syntax for blade component attributes, and more.
The post Laravel 9.32 Released appeared first on Laravel News.