Hi i'm using Laravel 5 and i would like to retain my current database structure with Laravel's auth,...
I have a User model and a Group model, connected by a pivot table. Users can be in many groups, grou...
Hello! I'm trying to build a scope to filter banned users. I have two table : One called users: id,...
Hello How can we trap if the _token has a session ref which is no more in the session database ? Hav...
I have users across many timezones. Everything in the database is stored in UTC, no problem. What I...
I created a project with php artisan new myproject ... then i moved all files back to the parent dir...
I have set up a repository interface and a repository class namespace Repository\Findbrok\Contracts;...
I am wanting to use the built-in scaffolding for Auth and Login, but once a user logs in successfull...
Hi I'm using Laravel 4 I have a section on my site that displays my portfolio, The problem I'm havin...
I have a plain PHP class written like this class UploadHandler { protected $error_messages = arr...
Anybody out there having experience with using Laravel + kendo ui?
Not really sure what I am missing here? The error: exception 'ErrorException' with message 'Declarat...
After completing my project in localhost, I had upload my project to the server suppose the url is w...
Hi everyone, I am currently encountering a bug which logs the user out. I am testing my application...
This is the config for SQS: 'sqs' => array( 'driver' => 'sqs', 'key' => 'your-publi...
Hi, i'm trying to create a modular application using laravel packages, but i don't want to use contr...
Hi, I have this: return( Self::orderBy( 'name', 'asc' )->lists( 'name', 'id' ) ); That works but...
Hi, is it possible to do a bitwise Operation in Eloquent like below? field and numer are a 8 Bit Int...
Hi Lets say I have Entries table in my project. For each new entry I would like to check external AP...
Hi everyone. I am new in Laravel 5 here. I faced some difficulty to compile SASS file by using Gulp....
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