Ok.. so I built this real simple RBAC using Laravel. In my design I filter user's permissions based...
Hi, Here is my filter: Route::filter('app.auth', function() { $app_token = Input::get('...
Hello, I would like to change the pagination language for Next and Previous buttons. I have paginat...
I have a service provider with IoC binding to a class (sesmailer - it is my own mailer class). $t...
Hey everyone, I recently started with laravel and I'm making a kind of Facebook. Now I want to creat...
Hi, i use the following code to get my data with Eloquent: $campaign = Campaign::find(1)->with(...
we have some groups of users (students teachers parents) with different property and they need diffe...
Hello, I am facing a problem with joining two tables using Eloquent for multiple database connection...
hello I would like o use the SSH component: http://laravel.com/docs/ssh and to run orders on the cur...
I'm attempting to make a relationship between my roster table and roster_statuses table. I'm wonderi...
Hi guys, How do I make sure that an authenticated user only can edit their own submissions? Do I hav...
I have this $location = GeoIP::getLocation('46.188.214.51'); my table looks like this | id | mood...
I have a users table and profile (one to one) table. I need data from both to display on their publi...
I have an installation with 2 basics groups admin app another group that handle all the other domai...
Guys, im having the following error on my laravel server. I cant figure it out whats the issue... An...
Hey, i have this code public function viewfind($nick) { //check if the user inputted exists $che...
Is it possible to without core hacks to change the table laravel uses for migration history (current...
Hi, Having this route in routes.php Route::get('/test-array', function(){ return [1,2,3,"hel...
ACL Captcha Restful API's with Pagination, versioning and OAUTH authentication Support for Multiple...
I've been doing this laravel course here https://www.youtube.com/watch?v=nSOPuYkllYQ Everything work...
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