But when I tried to make a post request with Postman I only see the home page in the response and in the database is nothing.
When I change post to get in the route and open it in the browser I was instantly redirected to /.
Illuminate\Database\Eloquent\MassAssignmentException: Add [pushtoken] to fillable property to allow mass assignment on [App\Models\Clients]. in file /Users/maltekiefer/Entwicklung/uadblock/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php on line 354
Good to hear. You might want to work on that validation untill it works as expected. And yes remember to allow mass assignment when using create or update :)