Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
331 stars 98 forks source link

config update for laravel 11 #324

Open abhihyder opened 1 week ago

abhihyder commented 1 week ago

Update Event Listener Registration Documentation for Laravel 11


Description

This PR updates the event listener registration documentation to provide clarity on the changes in Laravel version 11 and later regarding automatic registration of event listeners. Specifically, the following updates have been made:

Changes

Documentation

For more details on event discovery in Laravel 11, please refer to the official documentation.

Testing

No code changes were made, so no testing is required. This PR only updates the documentation within the configuration file.