How can I change the priority of some extention that will be load after all other extensions?
Extensions priority?
- Edited
Look up this API: https://laravel.com/api/5.1/Illuminate/Events/Dispatcher.html#method_listen
There's probably a detailed tutorial somewhere in Laravel's docs too.