Support the ongoing development of Laravel.io →
posted 10 years ago

How to create session after login with the user details?

I want to save some details on session when the user login i.e. simple [session_init() is vanilla ph...

0 Likes
0 Replies
posted 10 years ago

Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed

Hello guys. I'm having trouble with Image Upload. I have a form with unique field, the image upload....

0 Likes
3 Replies

Single User Authentication and Multiple Role

I want assign multiple roles for single user and want to change user role on single login

0 Likes
2 Replies

How to stop Encypting/Decrypting saved data from losing everything after double quotes?

I have an app that is taking data from a form, encrypting it, writing the encrypted data to a field...

0 Likes
3 Replies
Solved
posted 10 years ago

(yet another) php_mcrypt.dll and libmcrypt.dll woe

Hello, I'm having what seems to be a rather common problem for many when we first attempt to install...

0 Likes
0 Replies

Eloquent Models/Relations

Previously I was using raw SQL statements in a non-Laravel environment so this is a port from that t...

0 Likes
2 Replies

JS creation of DOMs or replace with html - advice needed

Sorry if the title is confusing - I am trying to work out best practice for an app and I am lost. Yo...

0 Likes
2 Replies

Can I specify a database connection for an individual unit test?

My test suite currently has 67 tests and 167 assertions. If I run the tests in a SQLite memory datab...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel recipes site

Hello, I'm new in laravel. My question regards a creation of a recipes site. I created one for my sc...

0 Likes
1 Replies
posted 10 years ago

Select input validation

i have select input field in my form.So now how can i validate this input field ??????

0 Likes
1 Replies

Notification Package

What I'm trying to learn and understand is how to set up to where I can pass a message to my message...

0 Likes
5 Replies
posted 10 years ago

How can I delete duplicate rows from my table, keeping only one copy?

I am currently doing this: if ( $article = Article::where('url', '=', $url)->count() > 1 ) { e...

0 Likes
2 Replies
posted 10 years ago

How to optimize speed for thousands of inserts

Hi I have the following Problem: I have to insert more than 75 000 rows into one myisam table. I'm u...

0 Likes
9 Replies

Input::old() with array of input

The problem I’ve a form with a few input text, and javacsript function that allow to user to add mor...

0 Likes
0 Replies

4.1 - Database Sessions - CSRF issue

I am using Laravel 4.1.30 (employer is stuck on php 5.3). I am new to this so please be kind ;-) Th...

0 Likes
0 Replies
posted 10 years ago

500 internal server error

just for helping . last night i ran into 500 internal server error in laravel on my shared host . wh...

0 Likes
0 Replies
posted 10 years ago

php artisan queue:work Connection refused

On forge I have set up the variables in nginx config but doesnt look like artisan is looking at that...

0 Likes
0 Replies

MySQL default credentials and database

I have setup Laravel and trying to run the artisan migrate command however I am getting the error [P...

0 Likes
3 Replies
Solved

Authentication laravel 4 on beforeFilter('auth') not work

i have some controller that i want to secure this from login page and i add login page and im my con...

0 Likes
2 Replies

Blade throws form error

@section('content') <h1>Neue Vorlesung Erstellen<h1> {{ Form::open(array('url'=&g...

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