Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot declare class CreateSettingsTable, because the name is already in use #39

Open
MusheAbdulHakim opened this issue Jul 20, 2021 · 0 comments

Comments

@MusheAbdulHakim
Copy link

After installing and using the package in laravel 8, I can't rollback my migrations. I even deleted the whole database and try artisan migrate and is throwing me this error in the terminal.

`PHP Fatal error: Cannot declare class CreateSettingsTable, because the name is already in use in /project directory/database/migrations/2017_08_24_000000_create_settings_table.php on line 6

Symfony\Component\ErrorHandler\Error\FatalError

Cannot declare class CreateSettingsTable, because the name is already in use

at database/migrations/2017_08_24_000000_create_settings_table.php:6
2▕
3▕ use Illuminate\Database\Migrations\Migration;
4▕ use Illuminate\Database\Schema\Blueprint;
5▕
➜ 6▕ class CreateSettingsTable extends Migration
7▕ {
8▕ /**
9▕ * Set up the options.
10▕ */

Whoops\Exception\ErrorException

Cannot declare class CreateSettingsTable, because the name is already in use

at database/migrations/2017_08_24_000000_create_settings_table.php:6
2▕
3▕ use Illuminate\Database\Migrations\Migration;
4▕ use Illuminate\Database\Schema\Blueprint;
5▕
➜ 6▕ class CreateSettingsTable extends Migration
7▕ {
8▕ /**
9▕ * Set up the options.
10▕ */

  +1 vendor frames 

2 [internal]:0
Whoops\Run::handleShutdown()
`

@MusheAbdulHakim MusheAbdulHakim changed the title Can't run migrate:fresh or migrate:rollback Cannot declare class CreateSettingsTable, because the name is already in use Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant