Support the ongoing development of Laravel.io →

Conditional Nested Eager Loading in Eloquent.

Hi All, I have below mentioned relationship in my L5 App. 1.Quiz -----one to many-----...

0 Likes
5 Replies
posted 10 years ago

Stick in easy one-to-many pivot relation

Hi everyone, I know this has been asked few times before but still i'm stick in it, here are my tabl...

0 Likes
4 Replies
posted 10 years ago

Task Scheduling in non-Laravel project?

Does anyone know of any standalone libraries that work similar to the Laravel Task Scheduler? I'm tr...

0 Likes
0 Replies

laravel 5.1 hhvm error

is hhvm error display in browser fixed?

0 Likes
0 Replies

Generate Model out of the existing MySql Database

Hello everybody, i have this very huge existing database. Is there any way in laravel that I could a...

0 Likes
0 Replies
posted 10 years ago

Job Queue: Client-Server communication

Hi, I currently use Database driver for Queues, Laravel 5.1. A client posts a request (time-consumin...

0 Likes
0 Replies

Submitting input array fields - laravel 5

Good day I have a table with an array input values that want to be submitted to my application pleas...

0 Likes
5 Replies

Creating Restful API set in Laravel 5.1

I have created restful controllers & I can also see the routes by using command PHP artisan rout...

0 Likes
0 Replies

Use of undefined constant id

I got this error when i try to see the content. Use of undefined constant id_web - assumed 'id_web'...

0 Likes
10 Replies
Solved
posted 10 years ago

Select certain columns in relation using with()

I'm using L5.1 and I have this relation in my model: public function rma_platform(){ return $this-...

0 Likes
5 Replies
Solved
posted 10 years ago

Response Download with Non ASCCI

Hi all! I'm new to laravel and want to test it with a small application. Basically I need to auth us...

0 Likes
1 Replies
posted 10 years ago

laravel blade Call to undefined function rating_form()

Hello, I'm very new in laravel and php and hope that somebody can help me. I want to add this code:...

0 Likes
0 Replies

Array to form

I have database outpu like [{"lessonTypeId":"1"},{"lessonTypeId":"...

0 Likes
2 Replies
posted 10 years ago

Problem with eloquent (transform mysql query)

I wish to build a new website based on my old website. To do that i use Laravel 4 (I cannot use lara...

0 Likes
1 Replies
posted 10 years ago

How can I have the built-in Collection methods "deep copy" a custom collection?

I have extended the basic Eloquent\Collection class as follows: class BoogerCollection extends \Illu...

0 Likes
1 Replies

How to add custom fields in Authentication login page L5.1

Good day.. Hi guys. I know this is one the basic features in laravel but I'm kinda stuck here. I'd l...

0 Likes
4 Replies
Solved

(Still need help) Need your help L 4.2 After migrating error

Hi, recently I migrated this Laravel 4.2 website to a new host with centos 7, PHP 5.5.30. Unfortunat...

0 Likes
8 Replies
posted 11 years ago

Laravel Conventions

I'm curious as to what conventions I should use/follow. Specifically when it comes to naming tables...

0 Likes
7 Replies
Solved

laravel 5 i have installed illuminate/html via composer and still have HTML Class errors

These are the steps i have done to enable HTML and Form into laravel 5 I have added illuminate/html...

0 Likes
3 Replies

Laravel query controller support

I have in controller : $lista = Lesson::where('id', $id_less) ->with(['user' => function ($q)...

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

© 2025 Laravel.io - All rights reserved.