Installation
Last updated
Last updated
Getting started with Laravel Dynamic Observer is straightforward. Follow these simple steps to add the package to your Laravel project.
That's it! The package will automatically register itself with Laravel.
To verify the installation, you can create a simple model with the HasObserver
trait:
If no errors occur when accessing your model, the package is installed correctly.