Skip to content

Commit

Permalink
Merge pull request #30 from pxgamer/feature/auto_package_discovery
Browse files Browse the repository at this point in the history
Automatic package discovery
  • Loading branch information
ConsoleTVs committed Sep 29, 2017
2 parents 9c566f7 + 5220d0f commit bffa642
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@
"Laralum\\Laralum\\": "./src"
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"Laralum\\Laralum\\LaralumServiceProvider"
]
}
}
}

0 comments on commit bffa642

Please sign in to comment.