I create an application and I need the administrator to change 3 global application options: Start...
I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...
I created a totally working application which has tables like notes, invoices, projets, clients, etc...
Hi, I try to create a small CRM with "leads", notes about leads", clients" and &...
Hi, I am working on my first application. I created two database tables: "leads" and "...
I still get the error. Here are my seeds files: http://laravel.io/bin/R6KGM . Is there something wro...
Ok will check if the order is appropriate in my migrations and seeds files.
I found the problem after a good night sleep! I had mispelled Note (Notes) in my Note.php model file...
neilpato22 said: did you test if the Auth did not actually work? if (Auth::check()) { // The use...
The dd('problem'); code executes as if the Auth didn't work. Then I get the "problem" mess...
The Laravel portal for problem solving, knowledge sharing and community building.