I try to install tastyigniter via composer
and php artisan
from command line. The first run all works fine. Then I want to test some stuff and removed the whole folder containing all that stuff, create a new one and run composer
and php artisan
again.
After the
Migrating application and extensions...
:
Migrated app Main
Done. Migrating application and extensions...
The Admin-Email was shown again. If I hit enter to take my allready given e-mailadress, I get the error message:
[ERROR] An administrator with that email already exists, please choose a different email.
… and I cant go with the installation.
Where are this information stored?? How can I remove/solve this?