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.

Laracon AU tickets on sale now!


Blind bird tickets for Laracon AU 2023 are on sale now through August 13th.
The post Laracon AU tickets on sale now! appeared first on Laravel News.





Laracon US Schedule Announced


Laracon US just announced the schedule for this year's event, and it's a great mixture of new product announcements with plenty of learning and time to mingle.
The post Laracon US Schedule Announced appeared first on Laravel News.





RoadRunner Key-Value Cache for Laravel


The Roadrunner Cache package for Laravel allows you to work with the RoadRunner Key-Value Plugin as a Cache driver.
The post RoadRunner Key-Value Cache for Laravel appeared first on Laravel News.





Need to remove keys from an array or object? Use the data forget helper


Laravel has a utility function called data_forget that allows you to remove keys from an array or object using "dot" notation.
The post Need to remove keys from an array or object? Use the data forget helper appeared first on Laravel News.





How to structure Laravel apps


Steve McDougall, Brent Roose, and Bobby Bouwmann joined in to discuss structuring Laravel applications.
The post How to structure Laravel apps appeared first on Laravel News.





Basement Chat is a real-time chat widget package


Basement Chat is package for Laravel is a real-time chat widget package for your Laravel application with flexible broadcast driver support.
The post Basement Chat is a real-time chat widget package appeared first on Laravel News.





Design Emails and Send Them Via API with MailCarrier


MailCarrier is an open-source web app built with Laravel and Filament, where you can design emails once and send them via an API call.
The post Design Emails and Send Them Via API with MailCarrier appeared first on Laravel News.





ChatGPT Mock API Generator for Laravel


The ChatGPT Mock API Generator package for Laravel generates smart API mocks in Laravel using ChatGPT prompts.
The post ChatGPT Mock API Generator for Laravel appeared first on Laravel News.





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.