so i trying to make a form with laravel but other than in new version they removed form ! but i can get this running
so here is is :
Route::post(\'/reg
This did the trick for me.
$table->timestamp('created_at')->nullable(); $table->timestamp('updated_at')->nullable();:
Then reset your migrations
php artisan migrate:reset php artisan migrate