Skip to content

Instantly share code, notes, and snippets.

@isogram
Created April 1, 2016 14:50
Show Gist options
  • Save isogram/30fa88ca4963103bdecb438ff2227923 to your computer and use it in GitHub Desktop.
Save isogram/30fa88ca4963103bdecb438ff2227923 to your computer and use it in GitHub Desktop.
AppServiceProvider Laravel 5.1 Not Firing

Fix AppServiceProvider Laravel 5.1 not firing

  1. php artisan clear-compiled
  2. Delete file service.json in bootstrap/cache
  3. Change $defer property to false
  4. Check AppServiceProvider, is it working now?
  5. Change back $defer to true again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment