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...
Hi; Can someone please briefly explain what does this mean? Something::SomethingElse($arg1, function...
Hi I just cant wrap my head around One To Many Relations. They seem to never work for me. So i start...
I have 3 models... Category, Post, and Vote In my category view, I am showing an index of all Posts...
I have a User model, and an Item model. Each Item has one Category, and each User has a "benlon...
I'm using the queue and wanting to call methods out of my class. So I'm using: Queue::push('MyApp\Se...
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