Support the ongoing development of Laravel.io →

297 Threads

Artisan commands and IoC / reflection / injection etc.

I have created an artisan command that calls on a custom class. My custom class uses reflection to i...

0 Likes
2 Replies
posted 10 years ago

Autoloading files

Hey everyone, I have created a custom folder (for custom classes etc) my autoload class map looks li...

0 Likes
2 Replies
posted 10 years ago

Injecting Data Model (Repository) AND Business Model in Controller?

Hi everyone, I'm building a web application and try to separate the concerns as good as possible. Ho...

0 Likes
2 Replies
posted 10 years ago

Inject dependencies in tests via App::make()?

I'm new to testing and am trying to figure out how to inject dependencies. I am able to inject objec...

0 Likes
1 Replies

Laravel 4 Multi Auth with Password Reminder

Hi all , i was created Laravel 4 Multi Auth with Password Reminder :) this the link https://github.c...

0 Likes
0 Replies

Laravel 4 Modules Packages

Hi all, this is my package https://github.com/pingpong-labs/modules please review :D Thanks :)

0 Likes
0 Replies
posted 10 years ago

Best practise for inheriting dependencies

Hi, I have an application design question. Lets say I have multiple providers, that will send me del...

0 Likes
2 Replies
posted 10 years ago

Ramblings : An Introduction

Hello. I am going to use laravel.io as a medium for rambling on my thoughts about programming. Whene...

0 Likes
0 Replies
posted 10 years ago

Using Setter/Getter IoC in Models

I have a setter/getter container that works in my controllers. How can I use the getters in my model...

0 Likes
0 Replies
posted 10 years ago

IoC Controller with parameters

I have a Controller's construct like this: [code] public function __construct(Myclass $myclass) { .....

0 Likes
1 Replies

Strange error during my script but I can't find the cause

I'm writing an artisan script to download real estate listings images from the state of Florida, the...

0 Likes
3 Replies

Customizing environment config folder location

Is it possible to customize where the system looks for the environment config folder? For instance i...

0 Likes
0 Replies

Foundation and Support packages clarification

Can someone please explain , from a point of good architecture/design why Foundation and Support pac...

0 Likes
0 Replies

A bunch of questions about the "right" way - DI, IoC, Repo pattern

Some background: I've been working with L4 for about 6 months doing things the "pretty" wa...

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

laraverl custom logs

Tried to find some docs but nothing. I want to create several log files, for example: click log, vie...

0 Likes
1 Replies
posted 10 years ago

Facades & Static Methods Question

Hello all. I have this question, we all know that since laravel 4, when calling some method of some...

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