Insert a new registry in a Database Table with Tinker
php artisan tinker $model = new App\model(); $model->field1 = 'sometext'; $model->save();