Support the ongoing development of Laravel.io →
alainbelez

alainbelez

Joined 11 Feb 2014

Statistics

Threads 16
Replies 68
Solutions 14
Articles 0

is Laravel PHP7 compatible?

is laravel 5 compatble with PHP7? i have a centos 7 VM with NGINX and PHP7 installed, tried running...

0 Likes
8 Replies
posted 10 years ago

OAuth Question

i planned to create my own oauth server, do i still need to create a "User" model / databa...

0 Likes
0 Replies
posted 10 years ago

how to access Models in ServiceProviders

whenever i access a model in service provider it returns an error: Call to a member function connect...

0 Likes
0 Replies
posted 10 years ago

[L5] register Middleware

App::middleware('My\Middleware'); this doesn't work anymore.

0 Likes
1 Replies

[L5] Auth Named Route

url('auth/login') is this the only way to get the link to login page? is there a named route for it...

0 Likes
5 Replies
Solved
replied 11 years ago

Erros Database Mysql

this means that there is no mysql server in 192.168.108.4 or is blocked by firewall.

0 Likes
replied 11 years ago

laravel 4 authentication always returns false

you are hasing the password twice. once in the create method, second in the setPasswordAttribute....

0 Likes
Solved
replied 11 years ago

[L5] Auth Named Route

beaverusiv said: Route::get('auth/login', array('as' => 'auth.named_route', 'uses' => 'Auth\A...

0 Likes
replied 11 years ago

[L5] Auth Named Route

$router->controllers([ 'auth' => 'Auth\AuthController', ]); so instead of using this, i'll s...

0 Likes
replied 11 years ago

Laravel 5 always using "testing" configuration no matter which environment I'm using

in config/database.php [code] .... .... 'default' => 'sqlite_local', .... .... [/code] or use the...

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.