Support the ongoing development of Laravel.io →

Form:model + checkbox

Hello everyone, I'm using form::model for data editing, works correct but return empty checkbox, how...

0 Likes
4 Replies

HELP! Query with join on pgsql

Hi, I want to have sql query like this: SELECT * FROM "public".user inner join ( SELE...

0 Likes
0 Replies

Eloquent Model Factory / Model Code Generator

Hey folks, There are times when heavy model customization is required, and I want to access data wit...

0 Likes
2 Replies
posted 10 years ago

ErrorException Creating default object from empty value

http://www.codeheaps.com/php-programming/creating-blog-using-laravel-4-part-1/ I followed this great...

0 Likes
5 Replies

paginate() problem

I have a problem with paginate() with hasmany(). I have 2 tables. Categories and posts. I showing po...

0 Likes
2 Replies

One to many relationship help

I have a table named attendance and another named students_attendance. I add an attendance record to...

0 Likes
3 Replies
posted 10 years ago

WM Tip package?

Hey! Do you know any package to integrate a WM-Tip on my site? Best, Div

0 Likes
1 Replies

rendering data of a join query

i've been able to construct a join and it works: $projects = Main::join('builds', 'mains.build_id',...

0 Likes
1 Replies
posted 10 years ago

Alternatives to Administrator from FrozenNode

I really like they builder, it's awesome. It simplifies making admin section. But some features I di...

0 Likes
2 Replies
Solved

Many to Many Relationship

Hi, how I hidden column on many to many relationships? Square.php public function sitesquares() { //...

0 Likes
0 Replies

path.base is empty on a Windows IIS 7.5 server

Hi, I have a bit of a hard time moving a Laravel 4 app on a Windows Server 2008 R2 with IIS. The pro...

0 Likes
1 Replies

Does AspectMock change how we need to structure our code for testing?

I'm new to TDD, but I've been reading a lot and understanding that code should be extremely modular...

0 Likes
1 Replies

How do I make a form button, class and span class in blade?

How would I write the following for blade? <button type="submit" class="btn btn-w...

0 Likes
4 Replies

Database query: nested object

Hi, I am trying to create a beautiful API. Lets assume we have 2 tables, relationship one-to-many (a...

0 Likes
2 Replies
Solved
posted 10 years ago

Auth and testing

Bascily everything is working up to the point where I want to get the Auth::user()->id check the...

0 Likes
1 Replies
Solved
posted 10 years ago

DB Count on group by.

I have the following query that needs to count how many occurrences there is of the events (using an...

0 Likes
3 Replies
Solved

Help with Laravel+ODBC

I was searching the internet I saw many results saying its possible, tried some of them but I'm unab...

0 Likes
0 Replies

Model Observer And Events When Create

There are two ways to create new record in laravel $model = new MyModel; $model->field1 = 'value1...

0 Likes
1 Replies
Solved

How to setup a polymorphic relationship?

Hi guys! I have a posts table and a post may have one media. It can be a video or a gallery. This is...

0 Likes
0 Replies

boolean TRUE/FALSE not saving in DB

Hi, I have a boolean column in table. I have also added that field in $fillable in modal class. When...

0 Likes
0 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.