Support the ongoing development of Laravel.io →

388 Threads

posted 8 years ago

Dynamic repositories

Hello, I have a lot of repetitive repository classes, like: class UserRepository extends Repository...

0 Likes
2 Replies

Structuring Application for intensive facebook graph api request

Hi all, I am new to laravel framework so this might be very basic question to ask. Application Backg...

0 Likes
0 Replies

Increase Laravel Performance

I'm thinking about how it would be increase performance if we keep IoC container in Redis Cache Duri...

0 Likes
0 Replies

How to Use/Start Laravel Services in "ConfigureLogging" Overridden File?

I have to create separate log files for the companies Laravel 5. I have already done this in Laravel...

0 Likes
0 Replies

Custom Validator Error

Hi Guys, I'm trying to centralize validation rules. I want to re use it every time i validate a form...

0 Likes
0 Replies

Package middleware group register

Hello, how can I register middlewareGroup middlewares in my package? Because I don't want to registe...

0 Likes
2 Replies
posted 9 years ago

Dynamic class and dependency injection question: Argument 1 passed... blah blah

I've read the docs, all sorts of web pages, and every kind of answer/question I could find but still...

0 Likes
2 Replies
Solved
posted 8 years ago

Multiple Events for One Listener

Is it possible to listen for different events with the same listener? Assuming the events were ident...

0 Likes
1 Replies

How can I specify the order of the middleware?

I have an additional middleware registered as "admin" which checks if the user is admin. p...

0 Likes
1 Replies

Intermediate page after submitting form but before saving model

I am trying to add essentially a "confirmation" (or "place order/go back") page...

0 Likes
1 Replies
posted 8 years ago

Cache option for Facades

Use Case When the facade resolves a class (with the help of a service provider) whose properties are...

0 Likes
0 Replies

Laravel Repositories and Eloquent ORM.

Hello, so I'm writing an application and until now I was working with Accessors, Mutators and Query...

0 Likes
7 Replies

ServiceProvider boot() ...help please!!!

Hi guys, can you explain me one thing? in which case the boot() method in a service provider is call...

0 Likes
7 Replies

Multi-tenant application approach

I'm trying to build a multi-tenant application with Laravel 5. I'm aware of already existing package...

0 Likes
3 Replies
posted 8 years ago

Checking whether a IOC container is defined or not

Hi, In my code I am defining an IOC container like App::instance('myapp.value', $value); In other...

0 Likes
1 Replies
Solved

Laravel 5.1 (LTS) Repository Class not found

Hello Like in the title, my repository class can't be found. My code: http://laravel.io/bin/Jx7y7 My...

0 Likes
2 Replies

Injecting Object into Controller using app->resolving

Hi, I have a question regarding resolving objects in the AppServiceProvider. Somewhere in my code (m...

0 Likes
0 Replies

Dynamic Reports Generation in laravel

I'm trying to develop a custom reports generation for my application, in which the user will dynamic...

0 Likes
0 Replies

Concrete classes stored in DB

Hey Laravellers. I'll get straight to the point: I currently have a inherited a project whereby I ha...

0 Likes
1 Replies

Can I automate the laravel installation process?

Is there a way I can install Laravel with a custom script or another Laravel iteself? How can I run...

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