Support the ongoing development of Laravel.io →

Changing the redirect for a successful login

Alright, I know this might seem trivial and hopefully I just missed it... I am using the out of the...

0 Likes
3 Replies
Solved

Custom option element in From::select()

Hello, Is there a way to insert an <option> element in front of the list generated with: Form:...

0 Likes
0 Replies
posted 10 years ago

How to deal with seed in L5?

So, question is clear in general... My seed looks like this: PostsTableSeeder.php class PostsTableSe...

0 Likes
2 Replies
posted 11 years ago

Laravel elixir error when watching

First off, here's my gulpfile: var elixir = require('laravel-elixir'); var gulp = require('gulp');...

0 Likes
1 Replies
posted 10 years ago

Multiple Where in Command

I currently have been running a very simple artisian command, however I would like to very my result...

0 Likes
1 Replies
Solved

Pass value to model directly

Hi guys, I'm making web API for my app. I need to return JSON array of models with relations count....

0 Likes
0 Replies

Multiple views and templates

I have a list of hotels from each state. Instead of creating 7 pages for each of the states, I just...

0 Likes
0 Replies
posted 10 years ago

How to handle ajax call in controller functions

I perform an ajax call to a controller, but it seems not working. What can I do? public function pos...

0 Likes
0 Replies

Installing to a sub directory

I am using WAMP and have used composer to install laravel 5 not into www but www/mysite. The home pa...

0 Likes
2 Replies

directadmin api service

I know there is one for older version of laravel. But was just wondering before I sat out to create...

0 Likes
0 Replies

Problem with redirection

Hello, I'm trying to redirect not logged in users to the login page with if(!Auth::check()) { return...

0 Likes
4 Replies

How to retrieve serialized data in Form::model and populate array of Form::select with multiselect?

I have a serialized data saved in my database, it's a values from array of categories. I created thi...

0 Likes
0 Replies

[L5] Would someone please help me building this EAV trait?

I want to add an EAV model to my app. So I made these tables to do that: Schema::create('attributes'...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 iOC ?

Hi guys, I noticed in the documentation of Laravel 5 there is no more iOC? Is it removed? Is it not...

0 Likes
1 Replies

css generated by elexir .version([]) command is not attached to my hosted website after syncing

Hi, I have just uploaded my laravel on webhost and in my localhost i generated css again by elexir ....

0 Likes
0 Replies
posted 10 years ago

Eloquent in Laravel doesn't accept table with an underscore

When I use something like this: $user = new User; $user->username = Session::get('usernam...

0 Likes
3 Replies
Solved
posted 10 years ago

Difference between "accepted" and "in"

What is the difference between "accepted" and "in" in Validation?

0 Likes
1 Replies
Solved
posted 11 years ago

How do teams manage composer.lock and composer.json

Just wondering what is a good workflow for a team to manage these files and the workflow. For exampl...

0 Likes
2 Replies
Solved
posted 10 years ago

Scheduled Task with Artisan and Parallels Plesk

Hi, I have created a scheduled task which seemed to be working fine but now, for some reason, isn't....

0 Likes
0 Replies

Numeric empty input autofilled with value 0

I have a form with a numeric input (not required). When i save without fill the input and reaload th...

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

© 2026 Laravel.io - All rights reserved.