Hi, I have to do a simple task: Create access permission to files using Laravel user. Example: I wan...
From the user manual: Route::get('profile', array('before' => 'auth', function() { // Only au...
I've set up a basic authentication routine in Laravel 4.2 and I've found that once I've logged in to...
both login and logout is working except remember me is not working. When it log out and it was the c...
Sentinel Kickstart A Starter Application Powered By Sentinel on Laravel Package Story Package histor...
Hi all, I have mad an Android application with a Laravel backend API. So far I have made the login s...
Hi i have a problem. the global session is not working. @if(Session::has('global') && !Ses...
Can anyone please help me with this problem that I am having. Background: I am building a small proj...
Hi It's my first project I did everything in Homestead and when I enter vagrant up, it will stop at...
Hi am having around 20 text boxes like, <td><input type="text" name="s[enge...
Hi all, I'm using Moxiemanager as a filemanager for my CMS, and inside it's config file, which is in...
laravel documentation is too bad for example there is no explanation of asset helper in the document...
Hi can can anyone help me please. http://motionadvt.com/barakat-november-2014/admin/signin the link...
Hi, I currently have a website that I made with Laravel for my youth movement. I have a few roles li...
Is it possible to add default values for visitors? For example: Auth::user()->first_name is disp...
Hi, I am creating REST api for simple CRUD app. API will be used over mobile phones Android/iOS/Wind...
I developed a utility called LoLSkinView (lolskinview.com) which allows users to see the skins they...
Just upgraded from PHP-FPM to HHVM 3.2 on Ubuntu 14.04 and Cashier is failing out of nowhere. Using...
I have this route Route::group(array('before' => 'auth'), function() { Route::get('something', '...
Gentlemen: I'm using Mitchellvanw's laravel-doctrine implementation but I'm getting the following er...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community