logo logo
  • Articles
  • Snippets
  • Topics
    • Login
    • Register

    • Mode:

How to create Laravel single table migrate

  • Mar 04, 2023
  • Snippet ยท 1 min
  • 32 words
  • Share profile in a message
  • Save your profile to PDF
  • Lock profile

  • Profile settings
  • Like (0)
  • Favorite (0)

Before the migration, you must create a migrate table. Then just run this,

php artisan migrate --path=/database/migrations/time_create_example_table.php

Laravel
avatar
Md Najmul Hasan

Similar Stories

Laravel Blade Remove the Last Comma from Foreach Loop

snippet

Create dynamic model name in livewire 3

snippet

Laravel 10 Usage of latest() for Eloquent Queries

snippet

Did you forget to use the [uses()] function? get this error after install pest in laravel

snippet

firstOrNew, firstOrCreate, firstOr, and updateOrCreate methods in Laravel

snippet
Random Stories

Remove everything from a folder in Linux

snippet

Did you forget to use the [uses()] function? get this error after install pest in laravel

snippet

Make array as an object in PHP

snippet

Reuse The Same FormRequest Class for Both store() and update() in Laravel

snippet

Export Multiple Excel Sheets To CSV using VBA

snippet