← prev | next →
juvenilia_xs 2021-03-21 15:14:58
Hi
i have 2 problems with Customize Laravel Email Verification :
( Markdown Email )
First :
Markdown tags not working and just write tag names in Sent Email.
Second :
the verification Link doesn’t work and shows Forbidden page with
((( 403 Invalid signature )))
please any ideas ?? thnX
juvenilia_xs 2021-03-21 15:21:05
anything wrong with URL or etc ??
the link goes to :
403 invalid signature.
saboorhamedi 2021-03-21 16:59:32
Saicharandgp 2021-03-21 09:48:52
Use migrate: rollback
Sorry for late responding, it does not work, I just tried
saboorhamedi 2021-03-21 17:01:23

Here still the same
saboorhamedi 2021-03-21 17:03:23
Can someone help me with migrate table please ?
juvenilia_xs 2021-03-21 17:04:21

got this error when i click Email verification link . any ideas ?
saboorhamedi 2021-03-21 17:04:27
saboorhamedi 2021-03-21 08:57:31
Hello guys, I’m getting this error, could you please help me out with it
php artisan migrate, —seed, rollback, fresh, all gives me the same error
w3lifer 2021-03-21 17:06:15
saboorhamedi 2021-03-21 17:04:27
php artisan migrate, —seed, rollback, fresh, all gives me the same error
You don’t have migrations table where Lara stores migration info
juvenilia_xs 2021-03-21 17:07:00
saboorhamedi 2021-03-21 17:04:27
php artisan migrate, —seed, rollback, fresh, all gives me the same error
create Migrations table in your DB and Enter your migration names
saboorhamedi 2021-03-21 17:07:09
I have made a table
juvenilia_xs 2021-03-21 17:07:43
saboorhamedi 2021-03-21 17:07:09
I have made a table

saboorhamedi 2021-03-21 17:08:05

Sorry for inconvenience image. Here is my table
saboorhamedi 2021-03-21 17:08:35
saboorhamedi 2021-03-21 17:09:05
Even those three tables not migrating
w3lifer 2021-03-21 17:09:32
@saboorhamedi, if it is local environment you can delete all tables and then run php artisan migrate …
saboorhamedi 2021-03-21 17:10:38
w3lifer 2021-03-21 17:09:32
@saboorhamedi, if it is local environment you can delete all tables and then run php artisan migrate …
I have made only one table, which is posts, and I delete it 2 times I still get the same error
saboorhamedi 2021-03-21 17:11:57
I have never get this error before, one thing I’m thinking, last night I delete xampp and install it back, but it’s working fine with php, as I run my php project and check them all
juvenilia_xs 2021-03-21 17:12:16
saboorhamedi 2021-03-21 17:08:05
Sorry for inconvenience image. Here is my table

You need this table too.
create it manually.
failed_jobs
saboorhamedi 2021-03-21 17:13:13
juvenilia_xs 2021-03-21 17:12:16
You need this table too.
create it manually.
failed_jobs
Sorry but why manually ? Since we have artisan there ?
juvenilia_xs 2021-03-21 17:22:10
saboorhamedi 2021-03-21 17:13:13
Sorry but why manually ? Since we have artisan there ?
becse it can’t create that .
delete all your tables and migrate it again .
saboorhamedi 2021-03-21 17:23:19

Okay i have made another one
saboorhamedi 2021-03-21 17:23:53

Here is the result
juvenilia_xs 2021-03-21 17:25:53
saboorhamedi 2021-03-21 17:23:53
Here is the result
dear friend
you have not migrations table on your database .
or not correct Data in that table.
delete all and re create .
saboorhamedi 2021-03-21 17:27:50
Okay in a second I will create only one post table
saboorhamedi 2021-03-21 17:28:06
And delete the rest
saboorhamedi 2021-03-21 17:32:59

Here is the result
w3lifer 2021-03-21 17:38:33
saboorhamedi 2021-03-21 17:32:59
Here is the result
Remove migrations folder (copy your migration file to another folder temporarily) + show your database.
saboorhamedi 2021-03-21 17:41:30
saboorhamedi 2021-03-21 17:41:41
Here is the database and .env file
saboorhamedi 2021-03-21 17:42:28
Well its been a month I’m trying to learn laravel , since I start I never get this error before
juvenilia_xs 2021-03-21 17:44:45
saboorhamedi 2021-03-21 17:41:30
you
have
not
table
named
“migrations”
in
your
database.
dont create posts migration and table.
just run php artisan migrate.
saboorhamedi 2021-03-21 17:48:11
in order to get this “migrations” just, php artisan migrate:install
saboorhamedi 2021-03-21 17:48:31
I have this migrations now in my database
juvenilia_xs 2021-03-21 17:48:55
ok now you can create table with migrations
saboorhamedi 2021-03-21 17:49:10
But again I got the same error for migre
← prev | next →