Closed marktopper closed 6 years ago
Anyone can now listen for the setup of hooks using
Illuminate\Support\Facades\Event::listen(Larapack\Hooks\Events\Setup::class, function () { // do magic here });
Anyone can now listen for the setup of hooks using