mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 13:41:09 -04:00 
			
		
		
		
	fix wizard logo size and environment issue
This commit is contained in:
		| @ -39,7 +39,7 @@ class EnvironmentController extends Controller | ||||
|             Artisan::call('config:clear'); | ||||
|             Artisan::call('key:generate --force'); | ||||
|             Artisan::call('migrate --seed --force'); | ||||
|             Artisan::call('migrate --force', ['--path' => 'vendor/laravel/passport/database/migrations']); | ||||
|             Artisan::call('migrate', ['--path' => 'vendor/laravel/passport/database/migrations', '--force' => true]); | ||||
|  | ||||
|             \Storage::disk('local')->put('database_created', 'database_created'); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user