I have got same issue, refer this article http://laravel.io/forum/11-13-2014-laravel-5-pagination
cuongdev
@cuongdev
Posts made by cuongdev
-
RE: Pagination in Asgard
-
Widget issue
When I defined greater than two widgets, then widgets overlap each others once expanded.
-
RE: Logged User can't access Login page ??
@armababy it return page with 403 error.
-
Logged User can't access Login page ??
In my situation, my user have not right to access backend so I want to login with different user. But I can access login page maybe cause I logged.
-
Auth::user() got null value in module Controller
Now, I want to get authenticated user by Auth facade in controller, but I got null value. Maybe I missing some namespace
-
RE: Contact form
First, create a new template to frontend theme (Themes/Flatly/views) like home.blade.php. after include your contact form to the template.
Create a new page with the new template.
-
RE: Cannot using media module to upload .mp4 file
@armababy I just find out it after posted. Thanks
-
RE: Cannot using media module to upload .mp4 file
@armababy you're right, that's strange I config max-file-size = 5, but I only upload file under 2MB. Thanks
-
RE: Cannot using media module to upload .mp4 file
that seems isn't the problem I met, because the .mp4 file has yet uploaded to server. it got error by dropzonejs error event.
output: [object Object]
-
Cannot using media module to upload .mp4 file
I have set config to allow upload .mp4, but when I uploading then got an error in js {object Object} cannot upload.