Hi, I need to pass some 'virtual' fields to my model when passing JSON. I've started with the very b...
Is there a way to shorten these two lines into one line? $book->load('notes.user')->publishers...
I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...
I'm developing an API using Laravel 5.3, so I'm using a FormRequest to make my validation. When I se...
I have a form: <input type="checkbox" name="array[]"> </form>``` Wh...
I'm trying to check if my request has a set of input (using or ) but I can't figure out if the metho...
Hi, I'm new to Laravel and busy learning it for the last few weeks. I'm learning from the book: Lara...
Hi, I have a page with near 10 buttons, some of them make ajax calls to same controller action with...
i have travel website working with category and sub category EX: Link (1) : tours/egypt/cairo Link...
I have four input field Location, lat, lng and formated_address when i click on button URL should be...
How could I validate ipa files in laravel 5.2?
I'm building an application that needs to be accessible by multiple domains : https://a.domain1.com,...
Hi. I have problem. I make request to url .../admin/system. I catch that request in brakepoint in my...
Why Laravel 5.3 output differents result? It's bugged on online request. Thank you Controller: funct...
Ok so here is my code @if(some logic) ....@extends('template.master') ....@section('title') ....ti...
Hi, I have problem with posting offer to page (which I am admin) via facebook api. It'is work, when...
I´m using Laravel5.3. The problem is that the current Pagenum is not set. I mean I get the correct d...
I'm trying to override the default login response when a user enters an incorrect email/password. In...
Code parameter is in callback url from google but not passed back The error I get the following erro...
khoirulyahya liked this thread
Here is the senario, example.com is hosted laravel project on internet and a user/office is accessin...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community