Support the ongoing development of Laravel.io →

297 Threads

posted 9 years ago

Model Observer Problem in Laravel 5

It works <?php namespace App; use Illuminate\Database\Eloquent\Model; class Test extends Model...

0 Likes
3 Replies

Controller based error handler

Hi everyone! I am creating a controller based application and stuck with error handling. I know I ca...

0 Likes
7 Replies
posted 9 years ago

Question about service providers

So I have a class which I'm using psr-4 to autoload. I have access to it and I can call it's methods...

0 Likes
1 Replies

Dinamic SSH envoy

Hi, I'm new using laravel. I'm finding a way to use ssh dynamically, using ssh-key or another way wi...

0 Likes
1 Replies

Modifying existing AuthenticatesAndRegistersUsers & implementing licence key checks/permissions

I like how the new Auth & Password logic is laid out but I'm having some trouble getting my head...

0 Likes
0 Replies
posted 9 years ago

ioC keep getting new instance

Hi Ive got a class that is has a service provider ( Ive renamed the Class to hidden in this sample.)...

0 Likes
0 Replies

Globally include User model L5

Yo! I would like to use User::find to every page of my Laravel site, views and controllers. In Larav...

0 Likes
0 Replies
posted 9 years ago

decorator pattern, service provider, controller

Hi, I have service provier: class TwitterServiceProvider extends ServiceProvider { public functi...

0 Likes
0 Replies

ValidatesWhenResolved Trait - Where is the validate method ever called?

Myself and a co-worker have been trying to find the source of the magic behind the ValidatesWhenReso...

0 Likes
1 Replies

directadmin api service

I know there is one for older version of laravel. But was just wondering before I sat out to create...

0 Likes
0 Replies
posted 9 years ago

Laravel 5 iOC ?

Hi guys, I noticed in the documentation of Laravel 5 there is no more iOC? Is it removed? Is it not...

0 Likes
1 Replies
posted 9 years ago

Console Kernel - L5

Hi All, Hope everyone is doing well... I am trying add/replace/move this kernel in to my modules fol...

0 Likes
0 Replies

How do I extend a package class in the same fashion as Symfony does with compiler

Hi, I am building a SaaS using L5 and Doctrine. I found a few symfony projects that work with doctri...

0 Likes
0 Replies
posted 9 years ago

BindingResolutionException: Target [...] is not instantiable.

###Laravel 5 question### I created a service provider, in which, basing on URL, I bind a certain int...

0 Likes
1 Replies

create global object or variable

how to create global object or variable without singleton in laravel?

0 Likes
1 Replies

Laravel 5 routing to a deferred service provider in a package issue

I'm creating a route for a deferred service provider that's in a package and the following route wor...

0 Likes
1 Replies
posted 9 years ago

5.0 Documentation Bad Link

The IoC Container link on http://laravel.com/docs/5.0/facades (in the first note box) is broken (pag...

0 Likes
1 Replies
posted 9 years ago

Troubleshooting "Target not instantiable" error

I've been stuck on this "Target not instantiable" error for the last 2-3 days and I have n...

0 Likes
1 Replies
posted 9 years ago

Larael 5 - Target [App\Contracts\Uploader] is not instantiable.Target [App\Contracts\Uploader] is not instantiable.

I have an contract App\Contracts\Uploader and in my AppSeriveProvider is public function register()...

0 Likes
0 Replies

Repository tutorial

I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...

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