Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- install --no-interaction --no-ansi
- Installing dependencies from lock file (including require-dev)
- Verifying lock file contents can be installed on current platform.
- Nothing to install, update or remove
- Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
- Package paypal/rest-api-sdk-php is abandoned, you should avoid using it. No replacement was suggested.
- Generating optimized autoload files
- Warning: Ambiguous class resolution, "Database\Seeders\sm_schoolsSeeder" was found in both "C:/infix/database/seeders/sm_schoolsSeeder.php" and "C:/infix/database/seeders/sm_schoolsSeeder___copy.php", the first will be used.
- Class Twilio\TwiML\Voice\Echo_ located in C:/infix/vendor/twilio/sdk/src/Twilio\TwiML\Voice\Echo.php does not comply with psr-4 autoloading standard. Skipping.
- Class App\Http\Controllers\Api\ApiSmHomeWorkController located in C:/infix/app\Http\Controllers\api\ApiSmHomeWorkController.php does not comply with psr-4 autoloading standard. Skipping.
- Class App\Http\Controllers\Api\ApiSmLeaveController located in C:/infix/app\Http\Controllers\api\ApiSmLeaveController.php does not comply with psr-4 autoloading standard. Skipping.
- Class App\Http\Controllers\SmApiController located in C:/infix/app\Http\Controllers\api\SmApiController.php does not comply with psr-4 autoloading standard. Skipping.
- Class App\Http\Controllers\SmStudentAdmissionController located in C:/infix/app\Http\Controllers\SmStudentAdmissionController_old.php does not comply with psr-4 autoloading standard. Skipping.
- Class App\Http\Controllers\SmClassRoutineNewController located in C:/infix/app\Http\Controllers\XSmClassRoutineNewController.php does not comply with psr-4 autoloading standard. Skipping.
- > Illuminate\Foundation\ComposerScripts::postAutoloadDump
- > @php artisan package:discover --ansi
- Illuminate\Database\QueryException
- SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.
- (SQL: select * from information_schema.tables where table_schema = forge and table_name = sm_languages and table_type = 'BASE TABLE')
- at C:\infix\vendor\laravel\framework\src\Illuminate\Database\Connection.php:703
- 699▕ // If an exception occurs when attempting to run a query, we'll format the error
- 700▕ // message to include the bindings with SQL, which will make this exception a
- 701▕ // lot more helpful to the developer instead of just the database's errors.
- 702▕ catch (Exception $e) {
- ➜ 703▕ throw new QueryException(
- 704▕ $query, $this->prepareBindings($bindings), $e
- 705▕ );
- 706▕ }
- 707▕ }
- 1 [internal]:0
- Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(App\Providers\TranslationServiceProvider))
- 2 C:\infix\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70
- PDOException::("SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.
- ")
- Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
- Failed to install packages for ./composer.json.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement