Support the ongoing development of Laravel.io →

Filters in Packages

In Laravel 3 we were able define bundle specific route filters like Route::filter("admin::auth&...

0 Likes
4 Replies
posted 10 years ago

repopulate the field value when edit not work

i able to get the value when edit a user infos. In my view there is a part of code(code version A) w...

0 Likes
10 Replies

Rating System Model Relationship

I'm trying to set up my website to support ratings on posts from users. I'm not sure what the best...

0 Likes
5 Replies

Issues using Laravel with Starter Packages

I tried to install https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site but i am getting...

0 Likes
12 Replies
Solved
posted 10 years ago

The laravel framework does not displaying error

Whoops, looks like something went wrong. I have changed my debug = true but still not working.can an...

0 Likes
6 Replies
Solved

How to save Eloquent Model with relations in one go?

When saving a model with relations we do something like this; $ship = new Ship; $ship->name = 'E...

0 Likes
6 Replies

need some explanation about Auth

So I'm new to Laravel and want to know how "Auth" works exactly. I'm working on a easy log...

0 Likes
2 Replies
Solved
posted 10 years ago

Error codeception requires CURL extension installed.

Ok I'm using laravel 5 going through the tutorial series on Larabook and I'm stuck at trying to use...

0 Likes
8 Replies

filesytem write in laravel 4 deployed with google app engine

I am trying to make file upload with laravel 4 in GAE. But GAE doesn't permits write in file applica...

0 Likes
2 Replies

Redirect::back and URL::previous can both sometimes return empty URLs

I know this is happening because the referer header isn't being set. I need to be able to provide a...

0 Likes
0 Replies
posted 10 years ago

laravel image upload error

Image upload error Call to undefined function Intervention\Image\finfo_file() $info = pathinfo($path...

0 Likes
0 Replies

Redirect as form with post data

I'm trying to post a form with data and redirect the user directly from controller, but the data is...

0 Likes
5 Replies

Using "Laravel" command globally and $PATH

Hi, According to the official installation guide (http://laravel.com/docs/master/installation) it sa...

0 Likes
1 Replies
Solved

Laravel 4.2 - View not found

I want to try out Laravel 4 Bootstrap Starter Kit https://github.com/andrewelkins/Laravel-4-Bootstra...

0 Likes
3 Replies

Eloquent "One to Many" to "One to One" Just cant get it to work (with Images)

Hi All what i am trying to do is..... 1 users has many Import REF's and each REF has one document my...

0 Likes
5 Replies

Laravel "syntax" tester

Hi everyone, I just want to say if there would be an app for testing your laravel syntax; for exampl...

0 Likes
0 Replies
posted 10 years ago

How modeling REST API with complex query relationship

REST APi is based on resources concept. It's easy to model a "User" with CRUD operations....

0 Likes
0 Replies

ORM toJson() not returning JSON, but returning SQL statement?!

I am having the following in one of my controller's show($id) method. There is only this line in the...

0 Likes
0 Replies

How to use postgresql ARRAY, JSON fields in Schema Builder

How to use postgresql ARRAY, JSON fields in Schema Builder

0 Likes
2 Replies

Validation of unique Input fields

I'm using the Laracasts\Validation\FormValidator package how would I setup validation rules for each...

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.