-
Então estou seguindo este tutorial: https://blog.digitalocean.com/create-simple-contacts-laravel-postgresql/ e quando chego no passo que é para dar o comando
php artisan migrate --seed
Ele me ret…
-
The Migration table created successfully, but n content because of `Syntax error`. The same with _utf32_, _utf8_, _utf8mb4_.
```
# php artisan migrate
Migration table created successfully.
…
-
Just installed this package into MoonShine v1.64 project and followed your instructions in README: ran migrations, published config, etc. Then I made a new console command to seed my database:
```
…
-
### The problem
Hi,
we have been using LibreNMS successfully for several months and now unfortunately have a problem with the SAML2 setup via Socialite. So far we have used mysql as auth_mechanism…
-
ERROR :
Declaration of Cubettech\Lacassa\Connection::table($table) must be compatible with Illuminate\Database\Connection::table($table, $as = NULL)
at vendor/cubettech/lacassa/src/Connection.ph…
-
When I try to use it inside Docker and run Artisan commands, it always throws this exception:
`SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "pages" does not exist
LINE 1: select * from "page…
-
The Laravel framework test fails for Postgres. We should figure out why and fix any applicable bugs.
For context, the test seems to work fine until the point that migrations start being run, but then…
-
Migrating: 2016_07_29_171128_create_foreign_keys
Illuminate\Database\QueryException : SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table `chatter_discussio…
-
php artisan world:init
Execute migrate first, migrating...
Migrating: 2017_04_08_163453_create_world_cities_locale_table
Migrated: 2017_04_08_163453_create_world_cities_locale_table (80.40ms)
Mig…
-
When a signature is required for a AuthnRequest (for example, if the ACSlocation in the request is not registered in SR), and the signature verification fails (or the request is unsigned), Engineblock…