Support the ongoing development of Laravel.io →

Set default MySQL timezone on connect?

There is a system timezone setting in the app.php config file, and that sets the PHP session timezon...

0 Likes
5 Replies

Can we make Laravel return HTTP 400 instead of 302 for failed form validations?

My SaaS product has been the target of people using SQLMap. I've been trying to figure out how to bl...

0 Likes
0 Replies
posted 8 years ago
0 Likes
2 Replies

Unwanted redirect

I'm having a problem with a route for user registration redirecting to /auth/login (GET). Here is a...

0 Likes
0 Replies

Sending email via Laravel 5.2

Hi, The test email is working fine but once send via the contact form its not sending email. how can...

0 Likes
8 Replies
Solved
posted 8 years ago

My Compiled JS not working...

i have a function in my resource/js/app.js like: function notifme(text) { alert(text); }...

0 Likes
0 Replies

Lumen flash messages

Hello guys, I have a question. How can I add possibility for flash messages in Lumen? It seems that...

0 Likes
0 Replies

FatalErrorException syntax error, unexpected 'public' (T_PUBLIC) in Product.php (line 14)

<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Slide; use App\Produ...

0 Likes
0 Replies

Should I have to reload a relationship after an attach()?

I have some code that looks like this: class User { public function addRoleById($role_id) {...

0 Likes
4 Replies
posted 8 years ago

Cache

Hi to all. I am developing a restFull application for the first time and I am bit confusing regardin...

0 Likes
0 Replies

Send mail from multiple forms to multiple emails

I created a form that allows you to send form content to email. But I am looking for a solution that...

0 Likes
0 Replies

pagination in some pages number internal server error

Hi Guys, showing error as example when click pagination number 6 show blank page and see in console...

0 Likes
0 Replies

Omnipay\Common\Exception\RuntimeException: This response does not support redirection

Hi guys, Am Getting the following exception when trying to do a purchase call using Paypal: Omnipay\...

0 Likes
0 Replies

Class App\\Repositories\\Interfaces\\ProductCategoryInterface does not exist

Hi Guys, Am I missin something? I tried to use repository pattern but dont work. Im using laravel 5....

0 Likes
0 Replies
posted 11 years ago

Laravel response/executon time

Hey, all, I am playing with my laravel app and cheking the execution time. My app is fairly simple a...

0 Likes
5 Replies

If I disable debug socket.io not working

Hi bit of a strange one I am running a script that uses socket.io for the chat system the server run...

0 Likes
0 Replies
posted 8 years ago

PHP Fatal error: Class 'Route' not found

[05-Jul-2017 23:46:09 America/Los_Angeles] PHP Fatal error: Class 'Route' not found in [My Path]/rou...

0 Likes
4 Replies

Laravel Spark: Getting TokenMismatchException on login as soon as I put an axios.get in my Vue mounted()

Hey guys, Spent a day developing yesterday and was't until I logged out of my app and went to log ba...

0 Likes
1 Replies

Authentication through joomla session

Hi everyone, I have a portal made in joomla and an external database with all user registers. I woul...

0 Likes
0 Replies

How do you save image to database and display it on website?

I was always against this approach, but now I am reconsidering. Is there a best practice way to do t...

0 Likes
31 Replies
Solved

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.