Support the ongoing development of Laravel.io →
AbhayPanwar

AbhayPanwar

Joined 9 Sep 2015

Statistics

Threads 0
Replies 17
Solutions 0
Articles 0

abhaypanwar has not posted any threads yet

replied 8 years ago

Upload Laravel project into /new folder

Hi, I would recommend you to set up a git repository, if not already done. Initialize git on your p...

0 Likes
replied 8 years ago

Include js files in the project

Try it with this syntax: {{URL::asset('folder_path_to_js/js/script.js')}} //folder_path_to_js will...

0 Likes
replied 8 years ago

Showing loading animation during file uploading with Bootstrap

If you are using ajax you can use: https://github.com/malsup/blockui or http://malsup.com/jquery/blo...

0 Likes
replied 8 years ago

Unwanted Authentication redirect

Try creating a manual Authentication controller according to your needs. You can read here: Manually...

0 Likes
replied 8 years ago

Auth::check() not working because of sessions don't persit

Try switching driver to database in config/session.php 'driver' => env('SESSION_DRIVER', 'databas...

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.