Test Your Laravel Migrations Skills: 10 Tasks to Complete

preview_player
Показать описание
Another self-test opportunity for you guys, do you know everything about Laravel DB Migrations?

Related links:

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

Nice, you found a great solution to the pull request "labeling"

Stoney_Eagle
Автор

Got a wonderful lesson from you, Thanks a million

robiulalam
Автор

Loved the way you designed the tests. Also dont post spoilers :)

ahmedfaarih
Автор

Completed! Only for one task was neccesary to read laravel docs

LuisParrado
Автор

I have completed all the tasks successfully. It is because of your mentorship as well as the efforts of my teacher @Nabeel Yousaf Pasha

asfiaaiman
Автор

Thanks for these tasks. It was easy because the migration comments contained a solution. The real challenge would be to solve this without your comments in migrations. Real debugging. Thanks for this. Nice morning exercise :)

corrzika
Автор

I have completed all the tasks successfully! I did it in 20 minutes using Google if I didn't know the syntax.

KaraSuraDraw
Автор

Hi sir can you make a video for this following case
I have an organisation that have attendance system how we make laravel send this employees a notification for example when their absentees become more than 5 days
How in laravel we can do such a thing that work in background for example in every day at 5 pm send the employees a notification when they rich their permitted rate ?!!

pesheenmstafa
Автор

take 30 min
task 9 cost me 5 min because i didn't know for renaming we have to install doctrine/dbal packgae

abdulbasitsalah
Автор

Not sure why there is a requirement for Doctrine DBAL, can you explain this?

lassestube
Автор

In windows I'm getting a random error after task 9
Class not found
EDIT, after Povilas response:
I fixed after adding ...

Thanks as always Povilas!!!

belce
Автор

database - how many columns is too many?
is too many columns let say 50 columns and about 10K row will slow the query
without any indexes

what about the memory with the case above

kerolesmonsef