Support the ongoing development of Laravel.io →
jimgwhit

jimgwhit

Joined 13 Oct 2014

Statistics

Threads 18
Replies 585
Solutions 28
Articles 0
posted 11 years ago

Laravel 5 can't post

Top of my controller I have: <?php namespace App\Http\Controllers; use Illuminate\Http\Request;...

0 Likes
17 Replies
Solved
posted 11 years ago

Laravel 5 pagination

The below code works great in Laravel 4.2: //other code up here $data['owners'] = \Illuminate\Suppor...

0 Likes
15 Replies
Solved

auth and csrf same time

Route::group(array('before' => 'auth'), function(){ Route::get('owners', array('uses' => 'Po...

0 Likes
2 Replies
Solved

route group

From the user manual: Route::get('profile', array('before' => 'auth', function() { // Only au...

0 Likes
4 Replies
Solved

Auth::logout();

How does Auth::logout(); work? Won't this logout all current logged in users? How do you just logo...

0 Likes
1 Replies
Solved
replied 9 years ago
0 Likes
replied 10 years ago

Is this correct/secure usage of OAuth2?

See if this is helpful https://laravel-news.com/2015/08/laravel-oauth-2-0-server/

0 Likes
replied 10 years ago

Laravel 5.1 - Ajax navigation, problem on refresh

Have you tried some of these http://laravel.io/forum/search?query=Ajax

0 Likes
replied 10 years ago
0 Likes
replied 10 years ago

How can I sort data by relations without join?

Have you looked over one to many in the docs? And other examples in relations. Also don't forget a...

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.