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

Laravel Pruning Failed Jobs

snippet

Laravel Queue with Parameters Step by Step Example

snippet

Laravel auth UI template

snippet

How to validation with custom message in controller of Laravel

snippet

Add extra string in Laravel from search query result by pluck

snippet
Random Stories

JavaScript What is encodeURI() Function and How it Works

snippet

Laravel Carbon Compare Two Dates without Times

snippet

How to git init local repo in github

snippet

Laravel 10 Usage of latest() for Eloquent Queries

snippet

Excel VBA Split Excel Sheet into Multiple Sheets

snippet