Not quite sure I got your problem, but I think you want something like this: <table class="t...
You probably need to use DIRECTORY_SEPARATOR instead of /: $path = base_path().DIRECTORY_SEPARATOR.'...
This line: 'driver' => env('SESSION_DRIVER', 'database'), only sets driver to database if SESSIO...
That's the indented behavior. The Token mentioned in the exception is the CSRF token in the login fo...
First of all, you are passing data to a view incorrectly. See docs on views.
The Laravel portal for problem solving, knowledge sharing and community building.