Support the ongoing development of Laravel.io →
AndrewBNZ

AndrewBNZ

Joined 31 Jan 2014

Statistics

Threads 0
Replies 145
Solutions 19
Articles 0

andrewbnz has not posted any threads yet

replied 11 years ago

Allow to log in, but not through users table

You need to configure the table name (or model, if using Eloquent) in the config/auth.php file.

0 Likes
replied 11 years ago

Creating an API: Use the same base or not?

You should also take a look at Dingo: https://github.com/dingo/api

0 Likes
replied 11 years ago

laravel4 form post data

Do you have a matching POST route in your routes.php file? The error is telling you it couldn't fin...

0 Likes
replied 11 years ago

Hash::check return false

Is the password column in your database big enough? It needs to be at least 60 characters, otherwis...

0 Likes
replied 11 years ago

Use Laravel for developing iOS app?

Laravel is a PHP framework, so needs to run on a server - you can't put run a Laravel app on an iOS...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.