Laravel 11 tutorial - Migration

preview_player
Показать описание
In this laravel 11 video tutorial, we learn what is migration and how to use migration in laravel tutorial a simple way. This video is made by anil Sidhu in the English language. This video also work with laravel 9 version

steps of video
What is Migration
Make Table with Migration
Write code for Column Field
Migrate Database
Interview Question
laravel 9 tutorial
Simple laravel tutorial playlist

Laravel 9 playlist
Рекомендации по теме
Комментарии
Автор

Please support me by subscribe, like and comment :) thank you

codestepbystep
Автор

thank you for the step-by-step explanation sir I appreciate it!

JoemarQuestadio
Автор

php artisan migrate:rollback
This command rollbacks all the recent migrations

saikumarkandikonda
Автор

great video, plz keep making new videos. about other projects.

ashokbishwas
Автор

interview question:
Answer: php artisan migrate:rollback

hamisukimson
Автор

Brother.. explain us, admin panel and user panel by one sample project

santhoshkumar-sfbc
Автор

SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = CRUD and table_name = migrations and table_type = 'BASE TABLE')
CRUD is my database name. I have tried everything, can someone please help me.

abhishekarora
Автор

i can fix the schema on that table and do php artisan:refresh

maqhobelakao
Автор

How can I add a foreign key in Schema?

kairalihome
Автор

I am getting this error

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter
table `users` add unique

saikumarkandikonda