Support the ongoing development of Laravel.io →
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
posted 10 years ago

How to redirect to a default View on a failure to render?

Very occasionally a request to my Paypal iframe view fails for some reason on Paypals end. This upst...

0 Likes
5 Replies
posted 10 years ago

Weird Blade/Chrome CSS Rendering delay

Hi! I am a super Laravel noob so please take it easy :) I have a simple site with 4 divs that are ce...

0 Likes
2 Replies
posted 10 years ago

I have to ask - who is your designer?

They have minimal design down-pat. Laravel's sites have all looked beautiful while using very littl...

0 Likes
3 Replies

Codeception, Custom Validators and Ardent

Hi all, I have a problem. It seems that Codeception doesn't recognize the validator rules that I ins...

0 Likes
0 Replies

Optional Route Parameters In Views

Hi everyone - I have a quick question on working with optional route parameters in views. I have a r...

0 Likes
3 Replies
Solved

Table data as form input when editing a resource

I was wondering if there is any good way to treat table data as form input data. That's probably cle...

0 Likes
0 Replies
posted 10 years ago

Filter laravel collection

Hi folks, I'm having problems with filtering related objects: 2 Tables: customers and bills A custom...

0 Likes
2 Replies
posted 10 years ago

{{trans('messages.title')}} use vars something like $title

Hi, Is it possible when I translate a title like {{trans('page.title')}},receive the value 'title'...

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