Hi all..I'm using laravel4.2.11 I have user table but i dont have "email" field in it but,...
I have a controller: $boxstyles = boxstyles::lists('boxstyle', 'id'); Model: protected $fillable = a...
Hi, I'm new to Laravel (not to PHP). I love the way how easy it is to get this up and running with t...
Hi! I'm trying to upgrade my packages to Laravel 5 but I'm finding an error with the Service Provide...
Hi guys... So i setup a clean install of larval 5.0.1 with the barryvdh debugbar nothing really done...
Hi, I'm working for a laravel project which require user select a list of universities(checboxes). B...
Hi, {{\Auth::user()->nickname or \Auth::user()->firstname}} returns 1 while //works {{\Auth::...
i'm kinda new in Laravel and i have some question is it possible for me creating autoincrement collu...
hi all i have 7 tables i want to use union and get sum of column this is query i want to do it "...
Hello. I am trying to install Laravel 5 via composer but I get the following error: Problem 1 -...
This triggers a fatal error Blade::extend(function($view, $compiler) { $pattern = $compiler->...
Example taken form http://stackoverflow.com/questions/26757452/laravel-eloquent-accessing-properties...
I'm trying to install Laravel locally on my computer by following the instructions given on the webs...
Hi guys, I'm trying to display the ENV contents through ROUTE, Route::get('env', function() { $envi...
I am building a Hotel Booking App and i got stuck with filtering a hotel and rooms while inserting a...
I have recently switched to laravel5 and having issues with removing public path. I don't want to us...
i want to run migration for multiple schema's using pgsql. Please help ! Thanks
please tell me how to do this off correct query select @a:=POW(max(count_votes), 1/10) from users;...
Hi there, I got three models, which are 'User', 'Role', and 'Permission'. User to Role, Role to Perm...
In laravel 4, we can use remote.php to deloy my code to remote, but how to do it in L5?
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