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.

Enforce the Disposal of Objects in PHP


The using() PHP package enforces the disposal of objects in PHP
The post Enforce the Disposal of Objects in PHP appeared first on Laravel News.





Crawl and Index Your Website with Laravel Site Search


Laravel Site Search is a package by Spatie to create a full-text search index by crawling your site.
The post Crawl and Index Your Website with Laravel Site Search appeared first on Laravel News.





Laravel 8.65 Released


The Laravel team released 8.65 with the ability to generate test files during make commands, a string headline method, and the latest changes in the v8.x branch.
The post Laravel 8.65 Released appeared first on Laravel News.





Toast Notifications for the TALL Stack


TALL Toasts is a toast notification library for the Laravel TALL stack.
The post Toast Notifications for the TALL Stack appeared first on Laravel News.





Simple Auto Scaling - Scaling Laravel on AWS


CloudCasts has in-depth, real-world tutorials on Amazon Web Services. AWS is complex - CloudCasts will help you skip the confusion and teach what's really important.
The post Simple Auto Scaling - Scaling Laravel on AWS appeared first on Laravel News.





Things I Didn't Know About SQS


Amazon's SQS is a great option for queues, however, there are a few key differences you need to know about it. Each of the following has bitten me before, so before you use SQS read through these tips.
The post Things I Didn't Know About SQS appeared first on Laravel News.





PHP 8.1 Support in Laravel Sail


Laravel added PHP 8.1 support to Laravel Sail earlier this week. Learn how to update your Sail apps to use PHP 8.1.
The post PHP 8.1 Support in Laravel Sail appeared first on Laravel News.





Use the Shopify API in Laravel With the Laravel Shopify Package


Laravel Shopify is a package to communicate with the Shopify API from Laravel applications.
The post Use the Shopify API in Laravel With the Laravel Shopify Package appeared first on Laravel News.





Laravel 8.64 Released


The Laravel team released 8.64 with an @aware blade directive to access parent component data and the latest changes in the v8.x branch.
The post Laravel 8.64 Released appeared first on Laravel News.





Laravel Github Actions


This tutorial will show you how to configure Github actions to run your PHPUnit tests, how to deploy after your tests pass, and a few other things.
The post Laravel Github Actions appeared first on Laravel News.