Support the ongoing development of Laravel.io →

256 Threads

Should I test Listeners, Events, Exceptions and Providers

I am using Codeception for unit and functional tests. Should I test Listeners, Events, Exceptions an...

0 Likes
1 Replies
Solved

Question about LTS support

Hi folks, I assume that Laravel LTS (5.1) will include in LTS all minor updates, i.e. 5.1.4, 5.1.11....

0 Likes
2 Replies
Solved

Schedule jobs + Cli command or Controller->Route script + Cron Job?

Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...

0 Likes
1 Replies
Solved

How to do Theaming in laravel 5

Hi, I want to create a theme for laravel 5, but not getting any appropriate tutorial for it. Any one...

0 Likes
3 Replies
Solved

Three-way pivot table with Eloquent

Hi everyone, Intro I' m building a web application where users can be in zero, one or more teams. Ev...

0 Likes
6 Replies
Solved

Eloquent without Multiple Models? Instead a single Dynamic Model.

So i know this has been asked before about using Eloquent without Models. I did not find the answer...

0 Likes
1 Replies
Solved

Managing dynamically added form inputs

I have two models Service and Toppings. Each Service hasMany Toppings, Toppings belongsTo Service. B...

0 Likes
2 Replies
Solved

How to design server side as well as client side rendering?

I'm currently working on a project and ran into a problem regarding rendering. Basically, I want to...

0 Likes
1 Replies
Solved
posted 9 years ago

sample project with Laravel 5.0

Hi everyone I was wondering if there is some example/sample projects to start with - for L5? Thanks

0 Likes
6 Replies
Solved

Command fired by Command Bus can return an array?

Is it possible to return an array from the 'handle' method of a Command back to the controller who i...

0 Likes
1 Replies
Solved

Problem with ROUTES in admin area

Hello folks. I'm new in laravel and I traying to create a backend area. My problem is this when in g...

0 Likes
2 Replies
Solved

Setup different frontend & backend application endpoints

I've been struggling figuring this out but no luck yet - couldn't find an answer anywhere. I have a...

0 Likes
1 Replies
Solved

What is the different between Route::model() and Route::resource()

In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...

0 Likes
2 Replies
Solved

Artisan Console - Understanding commands

I'm looking at L5.2's Artisan Console and "Writing commands" because I want to create cron...

0 Likes
1 Replies
Solved
posted 8 years ago

can't call User model in AuthController validator method

Hi, I want to call a static property of my model \App\User in the validator method of the default La...

0 Likes
3 Replies
Solved

Need to integrate CC Avenue payment gateway in my Laravel app

Hi all, I am developing a web-app in Laravel. I need to integrate CC Avenue payment gateway with my...

0 Likes
6 Replies
Solved

PHP7 in Laravel

Are there any estimations of implementing PHP7 in Laravel?

0 Likes
1 Replies
Solved

Eloquent Localization

I am trying to solve mine N+1 problems with SQL queries. I have managed to reduce the number of quer...

0 Likes
3 Replies
Solved

How to: Store Config Data

Hello everybody, i am brand new to Laravel and i am wondering about the "best practice" ho...

0 Likes
5 Replies
Solved

How laravel create (belogsTo, hasMany, etc..) dynamic properties over models?

For example, if I have the following code: class User extends Model { public function tasks()...

0 Likes
3 Replies
Solved

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.