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.

Multi-tenant SaaS boilerplate for Laravel


An application skeleton on top of which you can build your multi-tenant SaaS.
The post Multi-tenant SaaS boilerplate for Laravel appeared first on Laravel News.





PHP 8.1 is Two Weeks Away, Here's What to Expect


The PHP team announced the final PHP 8.1 release candidate (RC6) yesterday, with the GA release two weeks away.
The post PHP 8.1 is Two Weeks Away, Here's What to Expect appeared first on Laravel News.





Automatically Sanitize Model Data


Laravel Model Sanitize is a package for handling the sanitization process of model data when creating and updating records.
The post Automatically Sanitize Model Data appeared first on Laravel News.





Laravel 8.70 Released


The Laravel team released 8.70 with a route definition can() method, a Js class for JavaScript encoding, and the latest changes in the v8.x branch.
The post Laravel 8.70 Released appeared first on Laravel News.





Getting Started With PHP in 2022


Mohamed Said has a new video on the the Laravel YouTube channel for those getting started with PHP or wanting a refresher.
The post Getting Started With PHP in 2022 appeared first on Laravel News.





Provide Country and Other Locale Data in Laravel


Laravel World is a package providing a list of the countries, states, cities, currencies, and timezones.
The post Provide Country and Other Locale Data in Laravel appeared first on Laravel News.





Laravel 8.69 Released


The Laravel team released 8.69 with enum model casts, an enum validation rule, mask() method for Str and Stringable, and the latest changes in the v8.x branch.
The post Laravel 8.69 Released appeared first on Laravel News.