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.

Learn how to upload files in Laravel like a Pro


One of the things that I see many people struggling with is file uploads. How do we upload a file in Laravel? What is the best way to upload a file?
The post Learn how to upload files in Laravel like a Pro appeared first on Laravel News.





WP Briefing: Episode 41: WordPress 6.1 Sneak Peek with Special Guest Nick Diego

In the forty-first episode of the WordPress Briefing, peek into the upcoming WordPress 6.1 release with our host, Josepha Haden Chomphosy, and the release’s Editor Triage Lead, Nick Diego.

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.





Filament Markdown Editor


Filament Markdown Editor is a markdown editor for the excellent Filament admin panel.
The post Filament Markdown Editor appeared first on Laravel News.





cURL Converter - A tool convert cURL commands to Laravel's HTTP Client


Paste that nasty curl command in, and press Convert to have Shift rewrite it as a beautiful Laravel Http request.
The post cURL Converter - A tool convert cURL commands to Laravel's HTTP Client appeared first on Laravel News.





PHP 8.2.0 RC 4 available for testing

The PHP team is pleased to announce the release of PHP 8.2.0, RC 4.
This is the fourth release candidate, continuing the PHP 8.2 release cycle,
the rough outline of which is specified in the
PHP Wiki.

For source downloads of PHP 8.2.0, RC 4 please visit the
download page.





Diving into Notifications


In most applications, we need to send notifications, whether in-app, email or slack these are transactional notifications in your application. Let's take a dive.
The post Diving into Notifications appeared first on Laravel News.





[news] Yii widgets 1.0.0

First version of Yii widgets package was released.
The package provides extra Yii-specific widgets and utilities:

  • Alert
  • Block
  • Breadcrumbs
  • ContentDecorator
  • Dropdown
  • FragmentCache
  • Menu

See package README for details.