Support the ongoing development of Laravel.io →

ffsantos92

Joined 1 Dec 2014

Statistics

Threads 0
Replies 6
Solutions 2
Articles 0

ffsantos92 has not posted any threads yet

replied 9 years ago

Previous route

You can always use session to save/get previous route name.

0 Likes
Solved
replied 9 years ago

Getting current Authenticated User (Laravel 5)

Replace: use Illuminate\Contracts\Auth\User; With: use Illuminate\Contracts\Auth\Authenticatable as...

0 Likes
replied 9 years ago

Using radio Buttons

Do you want to create just one radio button? You must use this code: {{ Form::radio('NAME', 'VALUES'...

0 Likes
replied 9 years ago

Call to undefined method Posts::newQuery()

Instead of: $user->post()->save($post); Try: $post->push();

0 Likes
replied 9 years ago
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.

© 2024 Laravel.io - All rights reserved.