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

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

snippet

Run one migration in Laravel

snippet

Laravel factory changed in Laravel 8

snippet

Laravel Custom mapToRedirect Route Macro

snippet

Laravel How to Use $loop Variable in Foreach

snippet
Random Stories

How to pass input data outside of Livewire component in Livewire 3

snippet

Tailwind dynamic modal with javascript

snippet

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

snippet

Javascript How to Sum an Array

snippet

Larave Extracting Two Dates Out of One

snippet