I am getting the following validation message when uploading some files (not all) and on others it w...
So on my local host every thing is working great (windows + xampp). I have moved every thing to my p...
hi, I am using a polymorphic relationship to connect categories and pages together. A category can h...
I have three table: table HouseHold(HouseHoldID) table Member(HouseHoldID,MemberID) table PatientCa...
In line 14 app/bootstrap/start.php I see this code below. $app = new Illuminate\Foundation\Applicat...
Okay, so I've been spending way too much time on this, hoping someone can tell me "That's a dum...
I know you can get the insert id of a query with: $query->id But is there a way to get data back...
how to access 2 controller with same in subfolder. 1.) admin / dashboardController.php 2.) master /...
I loved the idea of repositories but Im having problem on how to convert those eloquent objects to g...
Hey, so what I have is a form that is going to appear on multiple pages for different scenarios, and...
I would like to have a logout button on my navbar. I have tried snippet below but it's not working {...
Hello! Auth.php has two options: eloquent and database but my app is not using any SQL database. All...
I was hoping to get some feedback regarding a potential convention for injected class variable names...
Hi, It seems a bit overkill what I have, after some searching I finally got my query working but not...
I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...
Hi, I'm quite new to laravel, so trying to get the hang of the best practices at the moment. Today I...
I'm brand new to Laravel. It looks like a very promising framework, so I'd like to install it. Since...
So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...
I'm not completely sure where to put this, so here we go. I'm putting together a talk for our local...
My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...
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