Support the ongoing development of Laravel.io →

2,389 Threads

Please read my code and bash me!

Hi, this is my update function for my Keyword model. I know that it is terrible and I would want to...

0 Likes
2 Replies
posted 8 years ago

Laravel receiving POST requests but handling as GET requests

Hello everyone... I'm using Laravel 5.2 to develop an API for my iOS Application and I have a proble...

0 Likes
5 Replies
Solved
posted 8 years ago

Request header Accept-Language doesn't work

I tried using the following: Request::header('Accept-Language'); however it will always return &quo...

0 Likes
1 Replies

Is the Middleware concept of Laravel 5.0 correct?

Hi, I'm graduated in Computer Science, and I've learnt that middlewares are "translators",...

0 Likes
1 Replies

Cannot access data in array

Hi I am trying to access the sale data in a relationship array, this is my query and json output on...

0 Likes
4 Replies
Solved
posted 8 years ago

Number of requests per page

Hi, I'm having about 6 on one of my website routes. None of them is duplicate. Is this number still...

0 Likes
2 Replies

how to create PUT and DELETE CSRF poc.

how to create PUT and DELETE method CSRF POC. of simple html post method

0 Likes
1 Replies

Data utf8 encoding

I'm making an AJAX request with which the user can create a directory. But if the user uses a Cyrill...

0 Likes
0 Replies

[Ask] Realtime update views when database change using Ratchet (Laravel 5.1)

Hi all, I've been hour find tutorial about Ratchet and Laravel. Almost results I got was used for Ch...

0 Likes
0 Replies

Integration of Google Api to fetch contact Details

Every thing is working fine but facing issue in when I get the response from Google. The contacts a...

0 Likes
0 Replies

Sign up on a modal loaded via Ajax

I'm using laravel 5.2, when I load (using base auth) /register on a modal via Ajax and I hit submit...

0 Likes
0 Replies

CSRF _token Mass Assignment Error

Here's my view @extends('app') @section('content') {!! Form::open(['url' => 'person', 'class'...

0 Likes
15 Replies
Solved
posted 8 years ago

route params question

so my front end peeps would like the following url structure. site.com -- home page site.com/city na...

0 Likes
1 Replies

Class 'App\Http\Controllers\widget\v1\Models' not found

I have a model class namespace App\Http\Controllers\widget\v1\Models; use Illuminate\Database\Eloqu...

0 Likes
3 Replies
posted 8 years ago

Prerequisite middleware - needs profile

Hello, I'm working on a small browser based game and am currently using Route::groups, one with just...

0 Likes
1 Replies

Limit number of files that can be uploaded

Do know guys how to limit number files that can be uploaded, like max of 5 files per upload?

0 Likes
0 Replies

Resource route doesn't run update method

I have a resource route in my application and I think the update method is never called because ther...

0 Likes
4 Replies
Solved

Apply Non Fillable Fields Mass Assignment

When I create an item: Model::create('field' => 'attribute', 'field2' => 'attribute2'); This w...

0 Likes
4 Replies
posted 8 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

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

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.