You need to configure the table name (or model, if using Eloquent) in the config/auth.php file.
You should also take a look at Dingo: https://github.com/dingo/api
Do you have a matching POST route in your routes.php file? The error is telling you it couldn't fin...
Is the password column in your database big enough? It needs to be at least 60 characters, otherwis...
Laravel is a PHP framework, so needs to run on a server - you can't put run a Laravel app on an iOS...
The Laravel portal for problem solving, knowledge sharing and community building.