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

Find data between two date in Laravel

snippet

Create a job in Laravel update version

snippet

How to add bootstrap pagination in Laravel

snippet

Laravel How to Use $loop Variable in Foreach

snippet

Laravel HTTP x-www-form-urlencoded Request Body

snippet
Random Stories

Run one migration in Laravel

snippet

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

snippet

Two way to upload file in Laravel

snippet

Delete the file or image from storage in Laravel

snippet

JavaScript How Object.is() Method Works

snippet