Support the ongoing development of Laravel.io →

Unexpected behaviour with laravel 5.1 password reset

I have two laravel 5 apps using one database with two auth tables: users (internal use) and accounts...

0 Likes
0 Replies
posted 10 years ago

Continuous Integration / Build Testing?

Curious as to what anyone doing build testing / continuous integration is using to do such outside o...

0 Likes
2 Replies
posted 8 years ago

Eloquent - Select catégories and count number of articles by catégorie

Hello, I am please inquire. With Laravel 5.1, I would get my list of categories, and count the numbe...

0 Likes
0 Replies
posted 8 years ago

using Request::path() and @include instead of if(isset($_GET)) and switch in laravel

in native PHP I use to do this $var = isset($_GET['val']) ? $_GET['val'] : 1; then switch case 1: in...

0 Likes
5 Replies
Solved

Laravel Authentication and MYSQL user table

I have developed my first Laravel CRUD application and i am looking to setup a system of authenticat...

0 Likes
1 Replies

Getting logged out when looping over image requests.

I'm developing an image sharing platform, but when I want to load an page with a lot of images I oft...

0 Likes
4 Replies
posted 8 years ago

vagrant reload --provision is good, suspend and up stays in "default: Warning: Remote connection disconnect. Retrying..."

Hi, I have a homestead / vagrant / laravel setup. my main question: Does anyone knows how to suspend...

0 Likes
7 Replies

In Httpful, how do I bypass authenticate network security appliance?

We have a Cisco security appliance at my office that forwards all outgoing requests to an ENVOY site...

0 Likes
0 Replies

How to save multiple checkboxes in Laravel

Please i need some help in my application. I am using Laravel 4.2 and MySQL database. I am trying to...

0 Likes
2 Replies
posted 8 years ago

change place of column with migrations, after(), modifyAfter()?

Hi, i'm trying some things with migrations. i made a model, i added columns with an migration, and a...

0 Likes
5 Replies

Auth::Check() and Maintenance Mode

HI, I'm trying to use MisterPhilip/maintenance-mode to allow certain users (who are admins of this a...

0 Likes
1 Replies

How to give values of select dropdown with values from database?

for some reason it doesnt return null anymore though I didnt know why it works. now I want to popula...

0 Likes
1 Replies

Are looking to get rid of the hair

If you are looking to get rid of the hair from your hands and legs you should approach the beauty pa...

0 Likes
0 Replies

Redirect()-> doesn´t work

[ View A] -> ( Form ) -> [ Controller A ] -> [ Controller B ] -> [ View A ] From View A...

0 Likes
0 Replies
posted 8 years ago

Laravel (Sentinel?) flushes sessions

Hi all, There is a strange issue with a application where i work. Without any notices you get logged...

0 Likes
0 Replies
posted 8 years ago

Task model

<?php namespace App; use Illuminate\Database\Eloquent\Model; class Task extends Model { p...

0 Likes
0 Replies

Laravel 5.1 does not load .env file when deployed in the server

Hello, Laravel does not load .env when deployed in the server. The file is loaded as supposed to in...

0 Likes
8 Replies

BadMethodCallException in Builder.php line 2345: Call to undefined method Illuminate\Database\Query\Builder::photo()

Hey guys getting this error on this database save for a photo using dropzone.js here is the model ca...

0 Likes
3 Replies
posted 8 years ago

I have a problem in manually user authentication redirection

Hi, I'm creating a admin panel in laravel using manual user authentication. I put a session variable...

0 Likes
3 Replies
posted 11 years ago

Changing the length of a column using migrations?

I do not find it in the documentation, how to change the length of a string=varchar column using the...

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