Laravel: Difference between revisions

From Corat Coret
(Created page with "=Migration= Migrasi file spesifik <syntaxhighlight lang="php"> php artisan migrate:refresh --path=/database/migrations/fileName.php <syntaxhighlight>")
 
Line 4: Line 4:
<syntaxhighlight lang="php">
<syntaxhighlight lang="php">
php artisan migrate:refresh --path=/database/migrations/fileName.php
php artisan migrate:refresh --path=/database/migrations/fileName.php
<syntaxhighlight>
</syntaxhighlight>

Revision as of 12:03, 29 May 2024

Migration

Migrasi file spesifik

php artisan migrate:refresh --path=/database/migrations/fileName.php