Support the ongoing development of Laravel.io →

Lumen keeps throwing TokenMismatchException

My application is quite simple, I want to calculate result from given values and return the result t...

0 Likes
2 Replies

Use of Partials

Hi people, i want to use a PARTIALS to create a menu' for my site. So i create a folder PARTIALS and...

0 Likes
2 Replies
posted 9 years ago

Session not working on 5.1

I installed a fresh installation today, but the Session is not working, the files in 'sessions' fold...

0 Likes
1 Replies

Why does Laravel use a public folder

Why does Laravel use a public folder by default? What is the advantage to this?

0 Likes
1 Replies

Eloquent Relation - Get result if

Hey guys, Im using the code: $events = Event::where( 'accepted', 1 ) ->with( [ 'club.city', 'o...

0 Likes
1 Replies

Laravel Revealing Passwords

I was under the impression that $hidden field in the Model class prevented information from being re...

0 Likes
1 Replies
posted 9 years ago

Socialite - Log in with facebook gives me 400 Bad Request response ("This authorization code has been used.")

Hi Guys! I started to implement Socialite in may L5.1 app, and I already done with Google and Facebo...

0 Likes
1 Replies
posted 9 years ago

Cannot use date as Carbon instance

I have a datetime that I am trying to use with diffForHumans(). I added the following to my Eloquent...

0 Likes
11 Replies

Configure force HTTPS

Is it possible to configure Laravel to generate https links for urls and assets ? Why? Our website i...

0 Likes
1 Replies

Yajra-Oracle PHP7 Nginx Oracle not connecting

Hi ! I do update a development server to use PHP7-FPM, Nginx and Oracle. A simple PHP oci_connect sc...

0 Likes
0 Replies

Method ::find not found in Laravel 5.2 / Eloquent

In Laravel 5.2 I made a folder app/Models. This is one of my models: app/Models/Pin.php namespace Ap...

0 Likes
0 Replies

Laravel Forge w/ AWS & IAM

What specific AWS IAM permissions are required for Laravel Forge deployments?

0 Likes
0 Replies

Subquery in Laravel ELOQUENT or Query Builder

Hi All, i have some problem while i am querying using Laravel Query builder. i know how to write the...

0 Likes
2 Replies
Solved

caching solution? which one?

Hi So i have been looking at the caching solutions and there are so many, redis, opcache, memcache a...

0 Likes
1 Replies

uuid auth problem

I using postgres and created my users table with id of type UUID. but after execute login action ret...

0 Likes
1 Replies

Possible Issue With JSON Request In Testing

I've written the following test to try and create an access token for my API: public function testAc...

0 Likes
1 Replies

Laravel 5 socialite problem

hello guys I have installed laravel socialite with composer and there is a folder called socialite i...

0 Likes
0 Replies

Passing data to view

Hi All Laravel Master, Now i'm stuck and have no idea. would you please help to find out the solutio...

0 Likes
2 Replies
posted 9 years ago

Laravel 5.0 Auth middleware compromised on production server

site has been running fine lately, until today, when i tried to login into restricted area of websit...

0 Likes
2 Replies

AWS S3 broken inside queue on production machine

I just rolled out a feature on my production site that uses Amazon S3 storage operations inside a qu...

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.