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.

Generate Intervals of Time With the Laravel Hours Helper


With the Laravel Hours Helper package, you can create a collection of dates and/of times with a specific interval (in minutes) for a particular period.
The post Generate Intervals of Time With the Laravel Hours Helper appeared first on Laravel News.





Media Upload Component for Vue 3


The media-upload package is a Vue 3 component for multi-image upload with preview. Media Upload supports creating and updating images and handles uploads for you.
The post Media Upload Component for Vue 3 appeared first on Laravel News.





Laravel 8.78 Released


The Laravel team released 8.78 with the ability to add custom default password rules, a mergeIfMissing() request method, and more.
The post Laravel 8.78 Released appeared first on Laravel News.





Migrator is a GUI Migration Manager for Laravel


Migrator is a GUI migration manager for Laravel in which you can create, migrate, delete, and roll back your migrations.
The post Migrator is a GUI Migration Manager for Laravel appeared first on Laravel News.





Our top 10 Laravel Tutorials of 2021


Take a look at our top 10 Laravel Tutorials from 2021.
The post Our top 10 Laravel Tutorials of 2021 appeared first on Laravel News.





Creating Your Own PHP Helpers in a Laravel Project

Laravel provides many excellent helper functions that are convenient for doing things like working with arrays, file paths, strings, and routes, among other things like the beloved dd() function.





OpenAI SDK for PHP


The orhanerday/open-ai package is a PHP SDK for accessing the OpenAI GPT-3 API.
The post OpenAI SDK for PHP appeared first on Laravel News.