Support the ongoing development of Laravel.io →
Xum

Xum

Joined 12 Apr 2015

Statistics

Threads 0
Replies 188
Solutions 31
Articles 0

xum has not posted any threads yet

replied 10 years ago

Foreach Only Once For Table Column Names

Not quite sure I got your problem, but I think you want something like this: <table class="t...

0 Likes
Solved
replied 10 years ago

file system functions is not working in Laravel 5

You probably need to use DIRECTORY_SEPARATOR instead of /: $path = base_path().DIRECTORY_SEPARATOR.'...

0 Likes
replied 10 years ago

Laravel DB sessions

This line: 'driver' => env('SESSION_DRIVER', 'database'), only sets driver to database if SESSIO...

0 Likes
replied 10 years ago

L5 Login page - TokenMismatchException

That's the indented behavior. The Token mentioned in the exception is the CSRF token in the login fo...

0 Likes
replied 10 years ago

Cannot use date as Carbon instance

First of all, you are passing data to a view incorrectly. See docs on views.

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.