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.10 Released


The Laravel team released 9.10 with a findOr() Eloquent method, a new command assertion, retrieve input as a Stringable instance, and more.
The post Laravel 9.10 Released appeared first on Laravel News.





Generate Documents in PHP With an Excel Template


The AnourValar/office package is a PHP +8.1 library to generate documents from XLSX templates.
The post Generate Documents in PHP With an Excel Template appeared first on Laravel News.





Handle SEO for Your Models With this Laravel Package


The ralphjsmit/laravel-seo package handles the SEO in any Laravel application, big or small.
The post Handle SEO for Your Models With this Laravel Package appeared first on Laravel News.





Service Providers in Laravel: What They Are and How to Use Them


For those who haven't actively used Service Providers in Laravel, it's a mystical "term": what "service" do they actually "provide", and how exactly does it all work? I will explain it in this article.
The post Service Providers in Laravel: What They Are and How to Use Them appeared first on Laravel News.





Manage Application Redirects with the Laravel Redirection Package


Laravel Redirection is a Laravel +8 package to manage URL redirections inside your Laravel application.
The post Manage Application Redirects with the Laravel Redirection Package appeared first on Laravel News.





Laravel 9.9 Released


The Laravel team released 9.9 with a configurable pluralizer, getAllTables() support for SQLite and SQLServer, an Eloquent Builder convenience method, and more.
The post Laravel 9.9 Released appeared first on Laravel News.





Laravel Rocket Chat Notifications


Laravel Rocket Chat Notifications is a package that makes it easy to send notifications using RocketChat with Laravel 9+.
The post Laravel Rocket Chat Notifications appeared first on Laravel News.





SPOTCon 2022 by Scout APM - Speaker List Announced!


SPOTcon 2022 is the latest digital conference for developers from around the world to meet, engage with, and learn about solutions that drive leading-edge transformation
The post SPOTCon 2022 by Scout APM - Speaker List Announced! appeared first on Laravel News.





BaseCode: A Field Guide to Writing More Readable Code


BaseCode is a field guide containing real-world practices to help you write code that's less complex and more readable.
The post BaseCode: A Field Guide to Writing More Readable Code appeared first on Laravel News.