Create constant CORE_PATH and rework project loaders
This commit is contained in:
@@ -19,7 +19,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
public function boot()
|
||||
{
|
||||
$migrations_path = base_path() . '/../database/migrations';
|
||||
$migrations_path = CORE_PATH . '/database/migrations';
|
||||
$default_path = database_path('migrations');
|
||||
|
||||
$this->loadMigrationsFrom([
|
||||
|
||||
Reference in New Issue
Block a user