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.

API Authentication in Laravel


When it comes to Authentication in Laravel, there are a lot of options. But what should we use when it comes to authenticating your API?
The post API Authentication in Laravel appeared first on Laravel News.





Raw Query Output With Bindings is Coming to Laravel 10


Laravel 10 is getting a long-awaited feature to get the raw SQL query, including bindings.
The post Raw Query Output With Bindings is Coming to Laravel 10 appeared first on Laravel News.





Pines: An Alpine and Tailwind UI Library


Pines UI is an Alpine and Tailwind UI Library by Tony Lea. Pines is a library of animations, sliders, tooltips, accordions, modals, and more!
The post Pines: An Alpine and Tailwind UI Library appeared first on Laravel News.





Laravel 10.14 Released


This week, the Laravel team released v10.14 with a new can() validation rule, custom Gate denial responses, global HTTP client middleware, and more.
The post Laravel 10.14 Released appeared first on Laravel News.





Generate Code in Laravel with Synth


The Synth package for Laravel that helps you generate code and perform various tasks in your Laravel application.
The post Generate Code in Laravel with Synth appeared first on Laravel News.





Marketing as Code: Laravel Screenshot Automation


Are you looking for a better way to prepare, take & maintain marketing screenshots? Learn how to automate this using Testmo.
The post Marketing as Code: Laravel Screenshot Automation appeared first on Laravel News.





Laravel Tailwind Merge

Laravel Tailwind Merge is a package that automatically resolves Tailwind CSS class conflicts in Laravel. This allows you to merge multiple Tailwind classes and resolves conflicts.