Support the ongoing development of Laravel.io →

How to configure multiple models,views controller folders

I have the following set up that I want to try to perform: App    Sitename   - Admin (sitename/admin...

0 Likes
1 Replies

Dependancy Isn't being injected in package

Hi all, I'm creating an artisan command package and when i try to run artisan, i get a "{"...

0 Likes
2 Replies
posted 10 years ago

Password Reminder giving error

Hello, I followed the example at http://laravel.com/docs/security I can generate an email reset that...

0 Likes
2 Replies
Solved

Questions on first install

Hi, so I followed the quick-start guide and installed Laravel into a directory called lartest direct...

0 Likes
2 Replies
Solved

[Conversation] Help me refactoring this class and make it testable

Hi all, I've this lil class that helps me in building a form for a specific case: Invoice Infos http...

0 Likes
1 Replies
posted 10 years ago

Validating unique data with validation service

I'm using a validation service to validate user submitted form input (something along the lines of:...

0 Likes
0 Replies

Dynamic constraints from router in Eager Loading

Hey guys, i've been looking for example about dynamic constraints using eager loading, but many exam...

0 Likes
0 Replies

Laravel Paid Plugins and suggestion

I heard that Taylor is working on paid Laravel modules? Does anyone know when they come out and they...

0 Likes
0 Replies
posted 10 years ago

Relationship and access to methods in models

Hello guys, How can I access methods of model in relationships? class B extends Eloquent { public...

0 Likes
0 Replies
posted 10 years ago

Laravel and jquery.chained.js - how to

Hi Guys, Im trying to integrate jquery.chained.js (http://www.appelsiini.net/projects/chained) in my...

0 Likes
1 Replies
Solved

Session Destroy

Hi, I'm a completelly newbie in laravel and I used to code with native php, here still cant find an...

0 Likes
8 Replies
posted 10 years ago

OrderBy WhereHas

$headlines = Post::whereHas('categories', function($query) { $query->where('name', '=', 'headlin...

0 Likes
3 Replies

Setting Database connection for Many To Many Eloquent relationship

Hi, I'm working on application that requires managing several databases from one administration inte...

0 Likes
1 Replies

Files to copy when moving from development to productio

I am a codeigniter convert to Laravel and I am impressed by its features. However, theres is one thi...

0 Likes
10 Replies

Interface/Repository to multiple models

I'm writing a system around an existing database structure using Laravel 4.1. The current system is...

0 Likes
8 Replies
posted 10 years ago

OrderBy with my custom attributes

Hi, I've tried to figure out if this is possible, but can't figure out how if it's even possible. Le...

0 Likes
4 Replies

Load different template on different request

I do have 2 different on my pages but I would like to load in different situation, for example when...

0 Likes
1 Replies

Loosing relationship when doing ->select(...)

Hi, I have two tables that look something like this: # Author # ID Name Slug 1 Denni...

0 Likes
3 Replies
posted 10 years ago

String Vs Text in Schema

I like to know the difference between String vs Text in schema. (Also longText , mediumText) I'm sav...

0 Likes
4 Replies
Solved
posted 10 years ago

Multiple mail "to"

Hello Laravel Folks, How can I specify multiple email addresses in the Mail::queue function? Do I ch...

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.