Hello, I'm new to Laravel and wanted to try it today. After installing everything that was neccessar...
I am using my model to query the database and then check if there are values in my DB and if the rec...
When I enter an address like 'localhost/classifieds/public/admin/categories' it works fine. But, if...
Hello! I have a problem with a new installation of Laravel 5.0. I´m installing Laravel in xampp with...
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...
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