Support the ongoing development of Laravel.io →
codeATbusiness

codeATbusiness

Joined 4 May 2014

Statistics

Threads 14
Replies 127
Solutions 8
Articles 0

Aggregate, Aggregate Roots and Repositories managent with Laravel

Hi, I was working with some Entities that may contain some other dependent Entities or Value Objects...

0 Likes
0 Replies

Get more knowledge about how Laravel implements Design Patterns

I'm trying to understand better how Laravel implements the basic design patterns (creational, struct...

0 Likes
0 Replies

Question about namespace in the Group Routes

I'm trying to see the utility of the following sample code from Laravel Quickstart Route::group(arra...

0 Likes
2 Replies
Solved

Use connections table to source the Eloquent connections

Dear friends, How could be possible to use a database table as a connection container in place of us...

0 Likes
0 Replies

Access to static functions if I inject a Model instance into BasicRepository

How could I do to get access to the all(), find(), and all Model static functions if I'm using an in...

0 Likes
6 Replies
Solved
replied 11 years ago

Artisan scaffold Way\Generators

How did you add the Way/Generators to your configuration and services providers? Try updating the Wa...

0 Likes
replied 11 years ago

Cannot add foreign key constraint

Hi tklement, You need to add the unsigned() function to the foreign keys that references to the fiel...

0 Likes
replied 11 years ago

[BEST PRACTICE] Javascript with Blade

When you add the secondline: @include('javascript.views.view1') What did you mean? Is it a partial...

0 Likes
replied 11 years ago

Get dynamic properties from a Facade

How did you define the facade class and reference by the app::bind method? Did you link your facade...

0 Likes
replied 11 years ago

dropdown2 gets populated based on dropdown1

Anthony only a question the php code would get the category from Input::get('subcategory') or using...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.