Support the ongoing development of Laravel.io →

Laravel-specific technical debt

I'm not completely sure where to put this, so here we go. I'm putting together a talk for our local...

0 Likes
1 Replies

Call to a member function getClientOriginalName() on a non-object

My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...

0 Likes
4 Replies
Solved

Understanding view::make app::bind ...

Hi; Can someone please briefly explain what does this mean? Something::SomethingElse($arg1, function...

0 Likes
0 Replies
posted 9 years ago

One To Many relations

Hi I just cant wrap my head around One To Many Relations. They seem to never work for me. So i start...

0 Likes
0 Replies

Ordering 'Post's in a 'Category' based on sum() of 'Vote's

I have 3 models... Category, Post, and Vote In my category view, I am showing an index of all Posts...

0 Likes
0 Replies

Building queries with pivot table fields

I have a User model, and an Item model. Each Item has one Category, and each User has a "benlon...

0 Likes
3 Replies
Solved
posted 9 years ago

Queue isn't calling correct class method

I'm using the queue and wanting to call methods out of my class. So I'm using: Queue::push('MyApp\Se...

0 Likes
0 Replies

html + css + js sandbox

Hello, I am planning to create a html + css + js sandbox in laravel, something very similar to boots...

0 Likes
0 Replies
posted 9 years ago

Satis for private packages

I'm playing with Satis, read the docs, but I not figure out how to put my workbenches there, any clu...

0 Likes
0 Replies
posted 9 years ago

Workbench/Packages and Logging

For the most part I've come to terms with workbench/packages - one thing I can't seem to figure out...

0 Likes
2 Replies

Light Application Boot

Hello all - I swear I have seen this before but can not find a trace of it. Basically I have a ping...

0 Likes
0 Replies

Database Configuration Homestead

I'm trying to connect to my database from my laravel application. But I just seem to get the wrong c...

0 Likes
0 Replies
posted 9 years ago

dynamic section name

i'm working on CMS. I 'd like to know if is possibile to have a dynamic section name in a view using...

0 Likes
0 Replies

Allow member to reset password (from profile -without using the reset password)

I have a form where a user can update several profile fields such as username, email, location, etc....

0 Likes
2 Replies

Outputting a non keyed array from query?

$data = Img::with(array('size'=> function($query){ $query->select('title', 'width', 'img_id'...

0 Likes
0 Replies

Add an array to a Eloquent\Collection

Salam, I want to add some new elements to a Eloquent Collection with the add public function, but I...

0 Likes
2 Replies

Apache2 Configuration / Subfolder Alias

I want to create an alias under my Laravel application but I do not want this directory routed to/th...

0 Likes
0 Replies
posted 9 years ago

Laravel date formatting from JS

Hey guys, Im trying to validate a date from my form. Im using the pickadate.js script, which is work...

0 Likes
0 Replies

Laravel session logs user out (timeouts) after sometime automatically

Everything works fine for few hours and then user gets logged out automatically. I have been unable...

0 Likes
1 Replies

Electronic signature

I need to integrate some type of electronic legally binding signature feature where I can have a use...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.