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

Relationships (One-to-One)

maybe you need to initialize it before using it. $user = User::find(10); $profile = $user->UserPr...

0 Likes
Solved
replied 11 years ago

Store upload files into app folder

if i'm not mistaken, you can write the file anywhere that you have write access to. http://laravel.c...

0 Likes
replied 11 years ago

Need to mail dynamically created PDF

not tested but you could try something like: $data = array( 'name' => Input::get('name'),...

0 Likes
Solved
replied 11 years ago

Cannot find records using ->where() and booleans

you are missing the get method; try this: $tasks = $project->tasks()->where('is_closed', $clos...

0 Likes
Solved
replied 11 years ago

upgrade laravel skeleton

zenry said: kguner said: composer update that's for updating laravel/framework, the skeleton need...

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.