Support the ongoing development of Laravel.io →

(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

Menu builder (database)

I want to build a menu where the data comes from database but i don't know where to start. the menu...

0 Likes
1 Replies
Solved
posted 9 years ago

Error that comes up while uploading products via. CSV. Mainly when more then 900 products are uploaded.

Illuminate\View\Engines\CompilerEngine handleViewException …/­vendor/­laravel/­framework/­src/­Illu...

0 Likes
1 Replies

Search Function

Hello, I am new here but I am not new to Laravel, however I am still learning and I want to improve....

0 Likes
7 Replies
Solved

How attach after save another model

Hi friends, help me please, how I can do for save InventorEntry model and get the id for attach a pr...

0 Likes
0 Replies

extends() problem

Hi! I'm starting my adventure with Laravel, and unfortunately I encounered a problem. My app templat...

0 Likes
4 Replies
Solved

How to deal with plugins

Hello, I have a website where everyone can develop a plugin and share it with other users: you make...

0 Likes
0 Replies

Force loading cache browser in Laravel 4

I'm using Laravel 4 and I do not need to store the codes of the various pages in the browser cache a...

0 Likes
2 Replies

Heavy question: how abstract should your domain be from the framework you build it in?

Consider the common User Registration/Authentication system. A robust registration system will have...

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