Skip to content

Latest commit

 

History

History
 
 

events

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Torch LogoTorch - Using Laravel's Illuminate Components Independently

<< Back to Torch

Events

This component shows how to use Laravel's Events features in non-Laravel applications.

Usage

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.

Options and information

To learn more about this component's dependencies and options, view the source of index.php.