This component shows how to use Laravel's Events features in non-Laravel applications.
From this directory, run the following to serve a web site locally showing the output of the index.php
file.
$ composer install
$ php -S localhost:8000
Now you can visit http://localhost:8000/ in your browser to view the output of this example.
To learn more about this component's dependencies and options, view the source of index.php.