Support the ongoing development of Laravel.io →

2,391 Threads

Laravel File Input from form

I'm trying to make an uploader for images, however, my request never detects an image. This is my co...

0 Likes
0 Replies

iframe TokenMismatchException, any suggestions?

I have a plugin for my app that users can implement in their website that contains a form. The probl...

0 Likes
3 Replies

TokenMismatchException Issue Only on Dreamhost

I just uploaded my site to DreamHost (http://thepixelshades.com) and I'm now getting a TokenMismatch...

0 Likes
1 Replies
Solved

Token Mismatch issue with Iframes on Safari Browser Only

Laravel Version: 5.3.28 PHP Version: 5.6.25 Database Driver & Version: Description: Hi, i have...

0 Likes
0 Replies

Integration HTTP_Request2 in laravel 5.3

I am facing issue for integrating external server call through "HTTP_Request2". Kindly hel...

0 Likes
0 Replies
posted 7 years ago

Client package for Laravel Application.

I have created an education learning platform using Laravel framework. On this platform 3 type of us...

0 Likes
0 Replies

Call to a member function groupBy on a non-object

I am trying to merge two queries $sales = DB::table('sales') ->join('drugs', 'drugs.id', '=',...

0 Likes
2 Replies

laravel user section on subdomain

Hello Guys I have a mulisite like project in which I want to run user account on subdomain for examp...

0 Likes
0 Replies

csrf token mismatch http code

Hello to all, I have been looking at the csrf middleware and it seems to me that the proper http res...

0 Likes
0 Replies

Validator errors not in session?

I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...

0 Likes
11 Replies
Solved

Call to undefined method Illuminate\Database\Query\Builder::lists()

I've just started to study Laravel using this course Laravel 5 Fundamentals but in lesson 22 I've a...

0 Likes
4 Replies
Solved
posted 8 years ago

How to handle nested JSON object request in Laravel 5?

We had this webservice running in Laravel 5 and AngularJs/Ionic for handling the web. When we do htt...

0 Likes
8 Replies
Solved

How to access nested json request in laravel ?

JSON object send by angularJS by Post Method {"Accession_No":3,"Title":"dem...

0 Likes
0 Replies

Helper Function

i want a helper function to get an element out of my database. can anybody help me?

0 Likes
2 Replies

Modifying the $request in middleware, getting 'cannot use return object in write context' error

I am creating a little blog CMS as a sort of first Laravel App project, and am trying to implement f...

0 Likes
1 Replies
posted 7 years ago

notification for specific users in laravel

Good time of day. Tell me how optional, some users to make a notification through a broadcast channe...

0 Likes
1 Replies
Solved

underscore in url preventing the cookies/session in IE or not?

Hi, I am confused about the following thought. In my case I was using an underscore in the subdomain...

0 Likes
2 Replies
posted 7 years ago

Log exception without returning a response from the exception handler

Prior to Laravel 5.3 (just upgraded straight from 5.1), I could log exceptions without having them r...

0 Likes
0 Replies

Htpasswd and API Upload

Hello, i have on my test Page secure with a Htpasswd. Webserver: nginx with PHP 7 Now my Problem. I...

0 Likes
0 Replies

Auth::chek() always return false!

Hello everyone! I have a small problem that i cant figure out. I have a AuthController with two func...

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.

© 2024 Laravel.io - All rights reserved.