There are two ways to create new record in laravel $model = new MyModel; $model->field1 = 'value1...
how is exactly build a unit test for uploaded files ? i have use a $this->call(<method>,<...
never mind, this caused by mass assignment, when i set fillable property it works now
The Laravel portal for problem solving, knowledge sharing and community building.
The community