Support the ongoing development of Laravel.io →

2,389 Threads

$appends does not include the fields

Hi, I need to pass some 'virtual' fields to my model when passing JSON. I've started with the very b...

0 Likes
2 Replies
posted 8 years ago

Shorten Request

Is there a way to shorten these two lines into one line? $book->load('notes.user')->publishers...

0 Likes
1 Replies

Laravel controller constructor not being run

I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...

0 Likes
3 Replies
Solved

POST request sends me to home page after add a FormRequest

I'm developing an API using Laravel 5.3, so I'm using a FormRequest to make my validation. When I se...

0 Likes
2 Replies
posted 8 years ago

Laravel url decode

I have a form: <input type="checkbox" name="array[]"> </form>``` Wh...

0 Likes
1 Replies

Check if request has a set of inputs

I'm trying to check if my request has a set of input (using or ) but I can't figure out if the metho...

0 Likes
0 Replies

Need help with vue looking for a tutor

Hi, I'm new to Laravel and busy learning it for the last few weeks. I'm learning from the book: Lara...

0 Likes
0 Replies

Make ajax call to different controllers/actions depending on JavaScript variable using Blade

Hi, I have a page with near 10 buttons, some of them make ajax calls to same controller action with...

0 Likes
0 Replies

Please HELP ??? problem in links

i have travel website working with category and sub category EX: Link (1) : tours/egypt/cairo Link...

0 Likes
0 Replies

How to convert multiple Form input value of get parameter into one value?

I have four input field Location, lat, lng and formated_address when i click on button URL should be...

0 Likes
0 Replies

ipa or iOS application archive file validation

How could I validate ipa files in laravel 5.2?

0 Likes
0 Replies

Multi domain application issue

I'm building an application that needs to be accessible by multiple domains : https://a.domain1.com,...

0 Likes
0 Replies
posted 8 years ago

Laravel multiple requests

Hi. I have problem. I make request to url .../admin/system. I catch that request in brakepoint in my...

0 Likes
0 Replies

Local to Online : $request->all(); and Input::all(); error

Why Laravel 5.3 output differents result? It's bugged on online request. Thank you Controller: funct...

0 Likes
2 Replies

possible to use multiple @extends('') using if commands in blade?

Ok so here is my code @if(some logic) ....@extends('template.master') ....@section('title') ....ti...

0 Likes
2 Replies

invalid parameter in posting offer to facebook api

Hi, I have problem with posting offer to page (which I am admin) via facebook api. It'is work, when...

0 Likes
1 Replies

Pagination with ajax not working

I´m using Laravel5.3. The problem is that the current Pagenum is not set. I mean I get the correct d...

0 Likes
1 Replies
Solved

Override Login Response

I'm trying to override the default login response when a user enters an incorrect email/password. In...

0 Likes
1 Replies
Solved

Socialite, Google Missing required parameter: code

Code parameter is in callback url from google but not passed back The error I get the following erro...

khoirulyahya liked this thread

1 Likes
0 Replies

How to send http/api request to a local server behind DMZ.

Here is the senario, example.com is hosted laravel project on internet and a user/office is accessin...

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.