SyntaxFix
Write A Post
Hire A Developer
Questions
in laravel 5 first we need to create migration and then run the migration
Step 1.
php artisan make:migration create_users_table --create=users
Step 2.
php artisan migrate