Support the ongoing development of Laravel.io →

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 9 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 9 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 9 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 9 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 9 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 10 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

Laravel sum problem

Hi, i have two table: LECTURES id name 1 Lesson 1 2 Lesson 2 3 Lesson 3 LECT...

0 Likes
3 Replies
Solved

Change query based on variable from URL

All in the interest of learning Laravel and better coding. This is my controller: public function in...

0 Likes
2 Replies
Solved

Testing Stripe - How can I mock the Services?

Hello guys, I'm using phpunit 4.0.17 and I'm using stripe for subscriptions on my website. I want to...

0 Likes
0 Replies

Proper way to destroy and re-create a VM with Homestead.

Hi everyone. I have followed the instructions here: http://laravel.com/docs/5.1/homestead to get a l...

0 Likes
0 Replies
posted 9 years ago

How generate a form with dynamic fields

Hi folks, do you can help with this, I want to create a form with dinamyc fields for insert products...

0 Likes
0 Replies

RESTful api PUT parameters issues

We're building a restful api which in this case is consumed via an Angular frontend. All works well,...

0 Likes
0 Replies

Transactions in Laravel 5

Hi, I have trouble with a transaction. I want to improve a dashboard view in my applicaton. To do so...

0 Likes
4 Replies

Laravel 4.2 Codeception/PHPUnit Mockery Injection

So I am new to phpunit/codeception. With that said, I am attempting to test a method that is in a co...

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.