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

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

snippet

In Laravel (AND) OR (AND) Query

snippet

Laravel Pruning Failed Jobs

snippet

Create a job in Laravel update version

snippet

Laravel Custom mapToRedirect Route Macro

snippet
Random Stories

Delete the file or image from storage in Laravel

snippet

Laravel Custom mapToRedirect Route Macro

snippet

How to copy past data from clipboard in windows to virtual box Linux

snippet

Laravel 10 Usage of latest() for Eloquent Queries

snippet

Laravel How to Use $loop Variable in Foreach

snippet