Support the ongoing development of Laravel.io →

2,389 Threads

CSRF token for RESTful Controllers?

I am creating an API with RESTful Controllers, how can I utilize the CSRF token protection provided...

0 Likes
0 Replies

Response::download returning broken images

My problem I am using a function to download files when a user clicks on them. The file is downloade...

0 Likes
2 Replies

How to solve the issue with RegisterRequest ?

The issue appears when I want to registrate my user (click submit button). Login works great. I use...

0 Likes
0 Replies

Auth::attempt returns false in custom Controller.

I can't understand why Auth::attempt always returns false. Maybe someone can enlighten me and explai...

0 Likes
0 Replies

Return redirect from within another method in controller

I am trying to authorise user in a controller method by calling another method of the same controlle...

0 Likes
3 Replies
posted 9 years ago

Attribute is lost during app()->call

I'm trying to chain post request from 1 controller to another. Here is my call $controller = app()...

0 Likes
1 Replies

Route group for any domain

Hi there, I would like to be able to use different routes within my application for different domain...

0 Likes
3 Replies

Empty request in routes.php?

Route::group(['prefix' => 'user'], function() { Route::get('/{courseId}', function(Reque...

0 Likes
0 Replies
posted 9 years ago

Route Group Problem (Multi Level Structure)

Hello, i want a multi-level link structure but it won't work. The problem is that when i call: /test...

0 Likes
0 Replies

Update files with Storage..

Hello everyone, Can someone please help update files in my /public/updates/ folder. I need to update...

0 Likes
1 Replies

Subsequent Authorization

So I have a view that allows a user to cycle through a folder of pictures that sort of resembles a p...

0 Likes
0 Replies
posted 9 years ago

Middleware RedirectResponse header function missing.

Im trying to remove the Cache-Control: no-cache from my Laravel 5, so i created a middleware to hand...

0 Likes
4 Replies

How to Use Request Parameters in Laravel4 Unit Test?

I am trying to pass request variables to unit test my api calls to the controller, which i do as fol...

0 Likes
3 Replies

Laravel Validate Created Request Inside Controller

I have created two validation requests and want to validate them like shown below. public function s...

0 Likes
1 Replies
Solved
posted 9 years ago

HTTPFUL Urlencode Header

Hi, I try to work with the following api http://en.help.mailstore.com/spe/Management_API_-_Using_the...

0 Likes
0 Replies

Save data into Many To Many relationship

hello , i have some troubles when i try to save into a manytomany's relationship basically i don't k...

0 Likes
0 Replies

Header won't set

I am trying to return an image, however I cannot get the 'Content-type' to set and when I navigate t...

0 Likes
2 Replies

Remembering users under HTTP authentication

I am using the stateless HTTP authentication as described at http://laravel.com/docs/master/authenti...

0 Likes
0 Replies

When i try to access to the view , it transforms into the type " www "

Hello , I will try to explain it . I created my website and i name it notas.ues and in the hosts fil...

0 Likes
0 Replies

Spaces in $_GET values are being double encoded, resulting in %2520.

As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...

0 Likes
6 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.

© 2024 Laravel.io - All rights reserved.