Yep, and which file is here you facing a problem?

|
2021-04-02 12:00:00
Have you checked your DB?
One Trust 2021-04-02 12:04:19
ikudratov 2021-04-02 11:39:16
Can you show this migrations file code?

laravel_discuss-75249.jpg
Do you mean all the code in this files

ikudratov 2021-04-02 12:11:57
One Trust 2021-04-02 12:04:19
Do you mean all the code in this files

Yep, and which file is here you facing a problem?

One Trust 2021-04-02 12:13:18
ikudratov 2021-04-02 12:11:57
Yep, and which file is here you facing a problem?

In short I was add new package which need migrate and generate all the tables in image

One Trust 2021-04-02 12:14:50
One Trust 2021-04-02 10:05:52
Ihave get the same problem what wrong with my code
SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘password_resets’ already
exists (SQL: create table password_resets (email varchar(191) not null, token varchar(191) not null, created_at t
677â–• catch (Exception $e) {
➜ 678▕ throw new QueryException(
679â–• $query, $this->prepareBindings($bindings), $e
imestamp null) default character set utf8mb4 collate ‘utf8mb4_unicode_ci’ engine = InnoDB)

at C:xampphtdocsclassvendorlaravelframeworksrcIlluminateDatabaseConnection.php:678
674â–• // If an exception occurs when attempting to run a query, we’ll format the error
675â–• // message to include the bindings with SQL, which will make this exception a
676â–• // lot more helpful to the developer instead of just the database’s errors.680â–• );
681â–• }
682â–•

1 C:xampphtdocsclassvendordoctrinedballibDoctrineDBALDriverPDOException.php:18
DoctrineDBALDriverPDOException::(“SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘password_resets’ already exists”)

2 C:xampphtdocsclassvendordoctrinedballibDoctrineDBALDriverPDOStatement.php:117
DoctrineDBALDriverPDOException::new(Object(PDOException))

when I was run this one it generate those files but not added in database I think because of that error

ikudratov 2021-04-02 12:15:28
One Trust 2021-04-02 12:14:50
when I was run this one it generate those files but not added in database I think because of that error

Maybe

One Trust 2021-04-02 12:16:37
ikudratov 2021-04-02 12:15:28
Maybe

so after run this one php artisan migrate –path=/class/database/migrations
Say nothing migrate

ikudratov 2021-04-02 12:17:17
One Trust 2021-04-02 12:16:37
so after run this one php artisan migrate –path=/class/database/migrations
Say nothing migrate

Are you working on Laravel php-framework?

2021-04-02 12:17:50
ikudratov 2021-04-02 12:17:17
Are you working on Laravel php-framework?

Here we are discussing about laravel bro 😅

One Trust 2021-04-02 12:17:59
ikudratov 2021-04-02 12:17:17
Are you working on Laravel php-framework?

Yes, last time I was migrate and it work

2021-04-02 12:18:54
One Trust 2021-04-02 12:17:59
Yes, last time I was migrate and it work

Send us your code in the last migrate

ikudratov 2021-04-02 12:22:41
2021-04-02 12:17:50
Here we are discussing about laravel bro 😅

Ok, then show me what you wrote inside your migration file!

prashantphp 2021-04-02 13:43:01
hello guys
anyone know db commit?
kuzmich321 2021-04-02 15:32:59
prashantphp 2021-04-02 13:43:01
hello guys
anyone know db commit?

hey there, just try it out
there is nothing complex about that
you can think of it as db queries when you don’t wanna loose any step because who knows what happens if it does

kuzmich321 2021-04-02 15:33:28
especially when this is about a money transfer
kuzmich321 2021-04-02 15:34:35
or just a huge request where you can create a lot of dependencies
kuzmich321 2021-04-02 15:34:45
that’s pretty much it
prashantphp 2021-04-02 15:45:30
okay. thank you
prashantphp 2021-04-02 15:45:42
got it concept
efe_da_first 2021-04-02 15:49:16
Hi, creating a route to a view and still getting error 500. What should i do?
prashantphp 2021-04-02 15:53:45
clear route cache
w3lifer 2021-04-02 15:55:12
efe_da_first 2021-04-02 15:49:16
Hi, creating a route to a view and still getting error 500. What should i do?

look at the logs

amirAutomationEnginner 2021-04-02 16:11:20
Hi any body have a good education about jwt authentication in vue. Js vuex and vue router
natghi2010 2021-04-02 16:18:57
amirAutomationEnginner 2021-04-02 16:11:20
Hi any body have a good education about jwt authentication in vue. Js vuex and vue router

Nope but I’m working on the same thing

natghi2010 2021-04-02 16:19:07
Il keep you updated
WisDev 2021-04-02 18:02:43
pls who has script on admin approval system in laravel
One Trust 2021-04-02 18:04:19
ikudratov 2021-04-02 12:22:41
Ok, then show me what you wrote inside your migration file!

Thanks once again the problem solved

One Trust 2021-04-02 18:04:40
anyone have use WebDevEtcBlogEtc package?
ikudratov 2021-04-02 18:04:40
One Trust 2021-04-02 18:04:19
Thanks once again the problem solved

You welcome, bro!

aamer_dirar_05_02 2021-04-02 18:28:33
efe_da_first 2021-04-02 15:49:16
Hi, creating a route to a view and still getting error 500. What should i do?

This error is happening in your blade variables, you can check that from the log file, and it’s exist in this path: storage/logs/laravel.log

LS Venkatesh 2021-04-02 19:03:07
Anybody help to me. I am trying to implement web push notifications by using laravel-notifications-channels/webpush
efe_da_first 2021-04-02 21:10:32
Thanks all, i fixed it
ProAbdulrahman 2021-04-03 00:05:49
Hi
Do you know a certifications for Laravel ?
aamer_dirar_05_02 2021-04-03 00:45:58
efe_da_first 2021-04-02 21:10:32
Thanks all, i fixed it

Okey. Good news

emrullahayilmaz 2021-04-03 02:27:48
i use swiftmailer with yandex
|