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

Larave Extracting Two Dates Out of One

snippet

How to use paginator in Laravel API resources by default

snippet

Laravel Pruning Failed Jobs

snippet

Add extra string in Laravel from search query result by pluck

snippet
Random Stories

Laravel HTTP x-www-form-urlencoded Request Body

snippet

2 dimensional array sum the value

snippet

Rename / Change a Git Commit Message

snippet

JavaScript Convert a Value to Safe Integer

snippet

Delete the file or image from storage in Laravel

snippet