Organize migrations in Laravel | Laravel Tutorial

Опубликовано: 10 Октябрь 2024
на канале: Knowledge Thrusters
140
2

In this laravel tutorial, organize your migration in laravel. You can create folder in migrations to organize your migration.

Syntax:
php artisan migrate --path=/to/your/directory

Video Timings:
Introduction: 00:00
Create Migration in Folder: 00:52
Run Migration Inside Folder: 02:48

Code: (branch: optimize-migration)
https://github.com/sushma-singh-yadav...

#php #laravel #knowledgethrusters