Support the ongoing development of Laravel.io →

all urls pointing to the same laravel 5 application please help

Hello, i installed three laravel 5 applications into my main machine code folder. after changing the...

0 Likes
1 Replies
Solved

Pagination override behavior to provide an specific json output

Hi everyone, I need some help to accomplish my goal, I have a legacy frontend app and i need to chan...

0 Likes
0 Replies

New Laravel 5 package for per-environment .env files.

I've created and published a package that I developed after a need arose for loading additional .env...

0 Likes
0 Replies
posted 9 years ago

How to use Regular Expression Parameter Constraints with utf-8 strings?

Hi, does anyone know how to use Regular Expression Parameter Constraints with utf-8 strings? This on...

0 Likes
0 Replies

[help] Join + Insert Query Builder

Hi.. i try to insert query with join table, this my code: $addnew = DB::table('list_dasar')->join...

0 Likes
0 Replies

Session cookie not being created.

Hi, I'm developing an app using Laravel, Cordova, and Cartalyst Sentry, and I'm having an issue with...

0 Likes
1 Replies

.htaccess Rewrite the “public” & “laravel” to other folder

Hello laravel artisans!! I am currently hosting my website on a Shared hosting and I would like my p...

0 Likes
2 Replies
Solved

Eloquent optimization

Hi, I have a small question, I have a website where they are teachers who can add students. Students...

0 Likes
1 Replies

Stateless token authentication

Is there any laravel/lumen examples of stateless token authentication?

0 Likes
0 Replies

insert or update multipile rows

I have this code: $sqlInsert = array( array('id'=>1, 'temp'=>1), array('id'=>2, 'te...

0 Likes
13 Replies

Login whitout Data Base

I'm newbie with L5 and I need make a login on my application with a API (like laravel/socialite) and...

0 Likes
0 Replies
posted 9 years ago

Problem fall in with Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException

When I click on my created menu it show me the following colde. Please help me about this to get rig...

0 Likes
0 Replies

Third-party login system

Hello there, I'm newbie in L5. Hopefully my questions will not sound stupid :P. I'm creating an appl...

0 Likes
0 Replies

How to use Auth::user()->id in route

I want to share userid & username in all views. So i write View::share('currentUser',\Auth::user...

0 Likes
2 Replies

Order paginated results by HAVING on related model

I have 2 tables: User [ id, name, address_id, active ] Address [ line1, line2, city, county, postcod...

0 Likes
0 Replies

How to merge two eloquent collections?

I have a questions table, and a tags table. I want to fetch all questions from tags of a given quest...

0 Likes
1 Replies
posted 9 years ago

Show array

How i do this ? public function index() { $categorias = Categorias::all(); print_r($categorias); die...

0 Likes
2 Replies

Laravel Flysystem or aws-sdk-php-laravel

Can someone help me out to decide which should I choose or the pro / cros of each one of these packa...

0 Likes
0 Replies

Avelca - Laravel Application Generator (YAML to Application Prototype)

Hi Friends, I made an application generator for Laravel and would like to know your opinion about it...

0 Likes
1 Replies
posted 10 years ago

DecryptException

Illuminate \ Encryption \ DecryptException Invalid data. // to decrypt the given value. We'll also c...

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