Support the ongoing development of Laravel.io →

L5 Subdomain with SSL throws NotFoundHttpException

http://subdomain.mysite.com/script.php works. Using SSL with a valid cert: https://subdomain.mysite....

0 Likes
0 Replies
posted 9 years ago

Laravel 4.2 App::finish doesn't run after response is returned.

I was trying to do some lengthy processing on the backend after a response is returned to the client...

0 Likes
0 Replies
posted 9 years ago

unserialize error after power outage

sounds funny but I had my system running, the power goes out and comes back on within half a second...

0 Likes
0 Replies

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

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.