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.

How to get a Websites Favicons in Laravel


Favicon Fetcher is a Laravel package that can be used for fetching favicons from websites.
The post How to get a Websites Favicons in Laravel appeared first on Laravel News.





Aloia — A Flat-file CMS for Laravel 9


Aloia CMS is a flat-file content management system for Laravel 9.
The post Aloia — A Flat-file CMS for Laravel 9 appeared first on Laravel News.





Laravel 9.11 Released


The Laravel team released 9.11 with an array join method, methods to check the existence of validated input, opt-in deprecation logging, and more.
The post Laravel 9.11 Released appeared first on Laravel News.





Nova Log Viewer Package


Laravel Nova author David Hemphill released the Nova Log Viewer source code—a tool for viewing your application logs via the Nova UI
The post Nova Log Viewer Package appeared first on Laravel News.





Livewire or Inertia.js?


What should I learn/use - Livewire or Inertia.js?
The post Livewire or Inertia.js? appeared first on Laravel News.





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.