We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a23e1f commit 916c3afCopy full SHA for 916c3af
composer.json
@@ -14,9 +14,6 @@
14
"illuminate/support": "~5.0"
15
},
16
"autoload": {
17
- "classmap": [
18
- "src/migrations"
19
- ],
20
"psr-0": {
21
"Riari\\Forum\\": "src/"
22
}
src/Riari/Forum/ForumServiceProvider.php
@@ -48,7 +48,7 @@ public function boot()
48
], 'lang');
49
50
$this->publishes([
51
- __DIR__.'/../../migrations/' => base_path('/database/migrations')
+ __DIR__.'/../../migrations/' => database_path('migrations')
52
], 'migrations');
53
54
// Load views
0 commit comments