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

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

snippet

Laravel auth UI template

snippet

Laravel Pruning Failed Jobs

snippet

Login With Email Or Username In One Field in Laravel

snippet

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

snippet
Random Stories

Get attribute and class not active in Html

snippet

How to git init local repo in github

snippet

2 dimensional array sum the value

snippet

What is horizontal and vertical scalability or horizontal scalability vs vertical scalability

snippet

firstOrNew, firstOrCreate, firstOr, and updateOrCreate methods in Laravel

snippet