Support the ongoing development of Laravel.io →

Beginner help with Laravel form in modal

I have a simple login form that is a modal popup. I can make the form work outside of modal fine, b...

0 Likes
3 Replies
posted 10 years ago

Code Reuse - newbie question

Hi, I've started learning about the Laravel framework and did a fair amount of reading on the subjec...

0 Likes
4 Replies
Solved

Sentry 2 with Laravel 5

Hello everyone, Does anyone have a full documentian of how to install Sentry on Laravel 5, I have tr...

0 Likes
1 Replies
posted 10 years ago

laravel.io

Why isn't there a link to this forum, laravel.io/forum on the main laravel site any longer?

0 Likes
1 Replies
posted 10 years ago

how to call controller method to model?

how to call controller method to model? OrderController: public function mailInvoice($id) { //...

0 Likes
6 Replies

Controlling open connections to DB

Hi, I'm using Eloquent ORM outside of laravel. Its with SLIM Framework. I'm trying to control the nu...

0 Likes
0 Replies

A better way to make this?

Hello, I am looking to improve my code for better performance, how would you optimize this code: pub...

0 Likes
3 Replies

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 10 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 10 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 10 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

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.