forked from fadion/Bouncy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated paginator with comments from fadion#3
- Loading branch information
Alexander Wright
committed
Jul 27, 2015
1 parent
fe213ac
commit 5e9b993
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 5e9b993
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AlexanderWright with your solution pagination is working. But it is working only for absolute path. It is not working for relative. I have added two comments to fix this issue.
@fadion Thanks a lot for the plug-in, it is great. Kindly accept merge request from @AlexanderWright which resolves pagination issue in the Laravel 5.4.
use Illuminate\Support\Facades\URL;