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.

Laravel 9.37 Released


The Laravel team released 9.37 this week along with a few patch releases between 9.37 and the release of Laravel 9.36.
The post Laravel 9.37 Released appeared first on Laravel News.





OpenAI PHP Client


OpenAI PHP is a supercharged PHP API client that allows you to interact with OpenAI API.
The post OpenAI PHP Client appeared first on Laravel News.





Unlock The Power Of TDD


Test-Driven development has become my preferred way of programming, and I want to show you why in my latest video course PEST Driven Laravel
The post Unlock The Power Of TDD appeared first on Laravel News.





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.