Support the ongoing development of Laravel.io →

297 Threads

posted 9 years ago

Contextual binding for a method

I want to be able to do this: $this->app->when('App\Orders\CreateOrderHandler@somemethod') -&g...

0 Likes
1 Replies

Augmenting the $app object.

Has anyone found a good way to augment the app object without modifying the foundation class? I want...

0 Likes
0 Replies
posted 9 years ago

Custom Class supporting Paginate

I am creating class to "parse" IceCast xml data, and I want to "support" paginat...

0 Likes
0 Replies

Repositories Abstract - Object Null?

Hi Guys I am trying to get my head around abstracting my repositories, however, I am having a little...

0 Likes
1 Replies

Handling multiple accounts / impersonation

Good day, (Possibly) Routing Question: Have you ever noticed how GMail and Google+ handle multiple a...

0 Likes
0 Replies
posted 9 years ago

is laravel support illuminati?

laravel core is called illuminate is that mean laravel supports illuminati?

0 Likes
1 Replies

Repositories and service providers

Say I have ~20 models, so ~20 repositories, then I want to have interfaces as well so I have about 2...

0 Likes
1 Replies

filesytem write in laravel 4 deployed with google app engine

I am trying to make file upload with laravel 4 in GAE. But GAE doesn't permits write in file applica...

0 Likes
2 Replies

Laravel 5 DI in custom ServiceProvider

I'm currently playing around with L5 and have created a ServiceProvider which resolves the current d...

0 Likes
0 Replies

Extending BaseController when constructor has params

This is mostly just to do with PHP, but I'm trying to do it in Laravel, so thought I'd ask here... W...

0 Likes
5 Replies

including Vimeo.php

Hi I'm trying to include vimeo.php in my project and I'm not sure how to go about it. I've tried inc...

0 Likes
2 Replies

How to install 3rd party package or library in laravel

I know this sounds dumb but i am a total newbie to laravel. I saw a package on packagist for managin...

0 Likes
1 Replies

Events in a large application

I am considering using events in a refactor of a very large site. I am worried that if I use events,...

0 Likes
0 Replies

App::shutdown($callback); not working

I have created an App::shutdown($callback); which is expected to log some details into log file. but...

0 Likes
0 Replies
posted 9 years ago

How to get new instance from IOC ?

I am new to making IOC and resolving out of it. I am binding an interface with a class just $this-&g...

0 Likes
3 Replies

IoC - Dependency Injection - Outside of "normal" automatic injections

So I understand how the automatic injection works for Controllers, Queues, etc. But I want the same...

0 Likes
2 Replies
posted 9 years ago

Problem with Facade in Laravel 4?

I try to create facade in app in Laravel 4 like: 1- create new folder app/libraries and autoload it...

0 Likes
0 Replies

composer.phar update --no-dev Error

$ composer.phar update --no-dev Loading composer repositories with package information Updating depe...

0 Likes
0 Replies
posted 9 years ago

Singleton dependancy injection

Hello everyone! Can someone explain me how to inject a singleton class to Controller constructor? I...

0 Likes
0 Replies

Getting parameters of a call just having the string of the url

Hello! I am trying to have a function called extractParameters that accepts a string, this string sh...

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