Advertisement
Guest User

Untitled

a guest
Nov 4th, 2021
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1.  install --no-interaction --no-ansi
  2.  Installing dependencies from lock file (including require-dev)
  3.  Verifying lock file contents can be installed on current platform.
  4.  Nothing to install, update or remove
  5.  Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
  6.  Package paypal/rest-api-sdk-php is abandoned, you should avoid using it. No replacement was suggested.
  7.  Generating optimized autoload files
  8.  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.
  9.  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.
  10.  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.
  11.  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.
  12.  Class App\Http\Controllers\SmApiController located in C:/infix/app\Http\Controllers\api\SmApiController.php does not comply with psr-4 autoloading standard. Skipping.
  13.  Class App\Http\Controllers\SmStudentAdmissionController located in C:/infix/app\Http\Controllers\SmStudentAdmissionController_old.php does not comply with psr-4 autoloading standard. Skipping.
  14.  Class App\Http\Controllers\SmClassRoutineNewController located in C:/infix/app\Http\Controllers\XSmClassRoutineNewController.php does not comply with psr-4 autoloading standard. Skipping.
  15.  > Illuminate\Foundation\ComposerScripts::postAutoloadDump
  16.  > @php artisan package:discover --ansi
  17.   Illuminate\Database\QueryException
  18.   SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.
  19.   (SQL: select * from information_schema.tables where table_schema = forge and table_name = sm_languages and table_type = 'BASE TABLE')
  20.   at C:\infix\vendor\laravel\framework\src\Illuminate\Database\Connection.php:703
  21.   699▕ // If an exception occurs when attempting to run a query, we'll format the error
  22.   700▕ // message to include the bindings with SQL, which will make this exception a
  23.   701▕ // lot more helpful to the developer instead of just the database's errors.
  24.   702▕ catch (Exception $e) {
  25.   ➜ 703▕ throw new QueryException(
  26.   704▕ $query, $this->prepareBindings($bindings), $e
  27.   705▕ );
  28.   706▕ }
  29.   707▕ }
  30.   1 [internal]:0
  31.   Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(App\Providers\TranslationServiceProvider))
  32.   2 C:\infix\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70
  33.   PDOException::("SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.
  34.  ")
  35.  Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
  36.  Failed to install packages for ./composer.json.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement