Support the ongoing development of Laravel.io →
posted 10 years ago

Retrieve the sender username of a message with relationships

In my Message.php model, I defined the following: class Message extends Eloquent { public functi...

0 Likes
3 Replies
Solved

Blade Nesting

What I want to do is @include(@yield('layout')) which I can't do because it is most likely nesting p...

0 Likes
4 Replies
Solved

Problem with returned statements in Route

Hi I have a strange problem on a parallel plesk. everything work's fine on my local apache but after...

0 Likes
1 Replies
Solved

Related table, possible issue with table name?

Hi, I have a simple scenario here that is bugging me. There are two models: class DbNation extends E...

0 Likes
3 Replies
Solved
posted 10 years ago

Mocking a Stored DB Connection

Hi Guys I am saving a connection to a remote database in a static class variable. I can mock the con...

0 Likes
1 Replies
Solved

Where to put bucket name for aws-sdk-php?

All the examples show to specify your bucket name on the spot, but what if I use the same bucket nam...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel IoC Multiple Subclasses Bindings Confusion

I have one abstract class AbstractValidator. Currently, I have two subclasses, LoginValidator and Si...

0 Likes
3 Replies
Solved
posted 10 years ago

how to get direcory names list without full URL path.

I have a list of directories. controller code: 'directories'=> File::directories('filemanager1/c...

hash9211 liked this thread

1 Likes
3 Replies
Solved
posted 10 years ago

SQL error during unit testing from a migration that works otherwise

I recently added a migration to my project to change the length of a varchar column. It looks like t...

0 Likes
2 Replies
Solved
posted 10 years ago

"Camelize" and "underscorize" strings

I have a set of keys which are written in CamelCase (they are part of another software, I cannot sim...

0 Likes
1 Replies
Solved
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
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
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

Storing configuration on database

I need some configuration to be changeable by a logged in user, and at first I thought at a file ins...

0 Likes
9 Replies
Solved
posted 10 years ago

RestAPI compatible with Ember.js

Hi there, I am using Ember.js (http://emberjs.com/) for developing most of my frontend-applications...

0 Likes
3 Replies
Solved

Accessing Model and Controller from custom library class

I'm trying to access a Model and Controller from a custom library class. I have created an app/lib f...

0 Likes
2 Replies
Solved

__DIR__ set wrong?

Recently updated Laravel to 4.1, tried running "artisan serve" and get this error: Symfony...

0 Likes
1 Replies
Solved
posted 10 years ago

do not work my workbench package

Hello buddies, I have a problem in package development. When I create a new workbench package these...

0 Likes
7 Replies
Solved
posted 10 years ago

Token is not changing

I'm using a form in my project and the CSRF token is the same every time I load/reload the page. Eve...

0 Likes
4 Replies
Solved

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.