I installed a fresh install on my ubuntu machine. I'm getting blank page on the home page of the app...
Well looks like L5 is out. I have been learning Laravel on L5 dev. Please tell me what I need to do...
Hi, I need to get a query builder for an Eloquent model, one like returned by Model::where(...), but...
hello, I'm new of Laravel and I have implemented a simple login app as case of study. I followed the...
I have recently completed my first laravel site, but now I am stuck with deployment. This is an enti...
How can I count the views for a post in Laravel+Twig Env?
Hi all, I'm using Cartalyst's Sentry 2 (works great) with L4 but I need to add a relationship so tha...
Hello everybody, How can I add a suffix to my pages ? like localhost:8000/users/add.html for exemple...
I am trying to make a simple app based on Scotch.io tutorial. I don't have a clue how to get data i...
I'm trying to set up eager loading to prevent N+1 queries, but I'm finding that I have to duplicate...
Hello. There's my controller code: $site = new Site; $site->fill(Input::only('name', 'slug', 'con...
I'm trying to figure out how to use a debugger and what it should be doing if I use it properly. I'v...
I have script: $("#consigneeBtn").on('click', function() { var id = document.getElementByI...
I am extremely confused why I am getting this error: ErrorException (E_UNKNOWN) - Trying to get prop...
Ok so I swear this was working about 2 months, but I have returned to the project, run composer upda...
How to install latest laravel 4 minor build with "larval new" command? If I try "lara...
Hello, In Laravel 4, I use a Page::model to load footer data. Now that I am learning Laravel 5, Page...
Route::group(['prefix' => 'admin'], function() { Route::get('/', function() { dd('loaded'); }...
I get error Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException when I use...
The IoC Container link on http://laravel.com/docs/5.0/facades (in the first note box) is broken (pag...
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