rizqidjamaluddin / laravel-event-test

Test repo for people having issues with events in L5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To test the event handling:

git clone https://github.com/rizqidjamaluddin/laravel-event-test.git
composer install
php artisan tinker

# when the tinker shell comes up:
>>> event(new App\Events\TestEvent);

Tinker should quit and say "foo!".

About

Test repo for people having issues with events in L5


Languages

Language:CSS 64.9%Language:PHP 34.8%Language:JavaScript 0.2%