Support the ongoing development of Laravel.io →

2,390 Threads

posted 7 years ago

Http request in controller works, https doesn't

Hi, I'm using a controller to talk to an API which I made. The API requests were working fine until...

0 Likes
2 Replies
posted 7 years ago

Middleware in only one controller

Is there a way to create middleware only for one controller. So i mean like a inner middleware? I do...

0 Likes
1 Replies

error make:request

Hello, Please help me, this is the error that i get when i execute this php artisan make:request Pro...

0 Likes
0 Replies

Problem with middleware

I created a middleware in version 5.3 and registered it. But I have the following error: ErrorExcept...

0 Likes
1 Replies

how to save multiple field?

I have tables (marks,students,subjects,courses) marks belongs to (students,subjects,courses) and i i...

0 Likes
0 Replies
posted 7 years ago

required_without_all and required_without validations not working

I was trying to use required_without and required_without_all validators and they don't seem to work...

0 Likes
1 Replies

I can not post the field with quotation marks inside textarea?

forexample; <textarea name="test"> ''''''''''''''''............'''''''''''''''' </textarea&...

0 Likes
2 Replies

Creating "Achievements" in Laravel

I have been looking at the possibilities of gamification on my webapp, which has been fun to think a...

0 Likes
7 Replies
Solved

How to display errors in my modal

I want to display the errors in my modal and it logs successfully but the modal closes when i try to...

0 Likes
0 Replies
posted 8 years ago

How to deal with Query string ( GET variables )

Hi Guys, Currently working on a project that uses get variables for authentication. All things are b...

0 Likes
4 Replies

How to post dynamically generated vuejs array to mysql database

0 down vote favorite I am using this code in my LARAVEL project http://jsfiddle.net/teepluss/12wqxxL...

0 Likes
0 Replies

Middleware - auth OR operation

Hello everyone, is it possible to accept auth-token OR jwt-auth token in middleware on new request?...

0 Likes
0 Replies

Laravel Policies on Route::group with Eloquent

i have a \App\Polices\CustomPolicy with a method public function view(User $user, CustomModel $model...

0 Likes
0 Replies

Format FormRequest Validation Error Response

with reference to http://stackoverflow.com/questions/42100798/format-formrequest-validation-error-re...

0 Likes
0 Replies

Session shutdown handler

Normally with a session_set_save_handler you would also register a shutdown handler with session_reg...

0 Likes
0 Replies

Set cookie inside middleware

Hello, i created a middleware that check if there is a cookie, if there isn't it create it and retur...

0 Likes
1 Replies

Laravel Casher with Braintree Call to a member function subscription() on null error

Hello , im trying to make a plan based site and the laravel casher doesnt seem to work , when i try...

0 Likes
0 Replies

Rewriting old application - Dynamic URLs

Hi there, I was wondering if somebody could advise if my situation is easily solvable with Laravel....

0 Likes
0 Replies
posted 9 years ago

Laravel 5 can't post

Top of my controller I have: <?php namespace App\Http\Controllers; use Illuminate\Http\Request;...

0 Likes
17 Replies
Solved

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

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.