Laravel - Database Basics and Migrations
You run this Tinker command to create a new user:
But you get an error about mass assignment. What is the likely cause?
App\Models\User::create(['name' => 'Anna']);But you get an error about mass assignment. What is the likely cause?
