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

Run one migration in Laravel

snippet

Laravel 10 Usage of latest() for Eloquent Queries

snippet

Make array as an object in PHP

snippet

Two or One required filed in Laravel validation

snippet

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

snippet
Random Stories

Laravel Blade Remove the Last Comma from Foreach Loop

snippet

Laravel Custom mapToRedirect Route Macro

snippet

Add Git Bash Alias on Windows

snippet

onChange select2 in livewire 3 dose not working

snippet

JavaScript Add Line Breaks to Javascript Alert Box

snippet