Support the ongoing development of Laravel.io →

jjosephs

Joined 14 Apr 2014

Statistics

Threads 5
Replies 3
Solutions 2
Articles 0

Laravel not working in Google App Engine

I get a file missing error in the error logs. URL: http://laraveltest2014.appspot.com/ I noticed in...

0 Likes
3 Replies

Is it possible to give a named route to an entire resource?

I'm thinking something like Route::resource('sessions', [ 'as' => 'test', 'uses' => 'SessionsC...

0 Likes
3 Replies

hasMany relationship not setting parent id and timestamp data when using insert

The author_id keeps coming up empty along with the timestramp data. How can I fix this? mysql posts...

0 Likes
1 Replies
Solved
posted 10 years ago

Hash::check nor Hash::attempt match with original password

I create the password with this code $user = User::find(1); $user->password = Hash::make(...

0 Likes
2 Replies
Solved
posted 10 years ago

Upgraded from PHP 5.3 to 5.5 now laravel not working

Right now on the main page I get a blank screen and when I try to run artisan I get this error messa...

0 Likes
1 Replies
Solved
replied 9 years ago

Is it possible to give a named route to an entire resource?

keithwhyman said: how about Route::controller('sessions', 'SessionsController'); This is not "...

0 Likes
replied 10 years ago

Hash::check nor Hash::attempt match with original password

anlutro said: Is your password column long enough? It should be at least 70 characters long. Also,...

0 Likes
Solved
replied 10 years ago
0 Likes
Solved

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.

© 2024 Laravel.io - All rights reserved.