Hello, I have integrate simple stripe payment for my site but after completing the payment whent it'...
Folks, I'd like to manage my PostgreSQL servers separately from Laravel, and to that end, I'd like t...
Hi there, it seems that my Laravel Setup (4.2.16) tries to fill a remember_token column on creation...
Please help im just learing to code... $prop = DB::table('Inventory')->where('ID', Auth::user()-...
we learn a lot by looking at other's work. I have learned this way. so I have decided to make my cur...
Hi! I have problem with User model. My folder structure #app/ ##Snippet ###Providers ####Repositorie...
Can anyone help me with this? public function showList() { $userid = Auth::user()->id;...
I am using ollieread's multi-auth package. That works and user logins properly but as my auth views...
###I followed the installation instructions and I am close but apache may be acting different with t...
I have this code $ssh = new Net_SSH2($all['ip']); if ($ssh->login($all['user'], $all['password'])...
#How to mock this one? return Redirect::back()->withErrors($validator); it always says: BadMethod...
I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...
I have been using the conventional way of signing in a user up without ajax and since I have switche...
Hi guys, I created a folder inside view /view/account/ And also created the file account.blade.php T...
i always prefer to use sessions to login users , this mean when user logged in system , is login unt...
I'm working on a deployment script which will use Laravel's remote.php class to pull from Git, run m...
FYI : I'm very new to Laravel and doing my best to learn it properly. Working on an auth driver that...
I'm building a Laravel app which also includes an API. I'd like to extend the default Laravel auth s...
Hi Guys, We have this problem on our website (we use laravel 4.1) that sometimes the session gets ex...
Is it possible to use the laravel framework to create an authenticated front end, and an authenticat...
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