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.

Automating your OpenAPI Documentation


Over the years, as developers, we have always looked for ways that we can automate our documentation, from PHPDoc to Swagger and beyond.
The post Automating your OpenAPI Documentation appeared first on Laravel News.





Sanitize and Format Data in PHP with the Transformer Package


Transformer is a PHP package for sanitizing and formatting data powered by Laravel's validation components.
The post Sanitize and Format Data in PHP with the Transformer Package appeared first on Laravel News.





Laravel 9.36 Released


The Laravel team released 9.36, making blade components blazing fast, a content response assertion, mailable assertions, and more.
The post Laravel 9.36 Released appeared first on Laravel News.





Require Signatures and Associate Them With Eloquent Models


Laravel pad signature is a package to sign documents associated with an Eloquent model and optionally generate certified PDFs.
The post Require Signatures and Associate Them With Eloquent Models appeared first on Laravel News.





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.





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.





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.





Laravel 9.35 Released


The Laravel team released 9.35 with an exciting new alternate mailable syntax, an Eloquent "strict mode" feature, and more.
The post Laravel 9.35 Released appeared first on Laravel News.