Top of my controller I have: <?php namespace App\Http\Controllers; use Illuminate\Http\Request;...
I'm trying to make an uploader for images, however, my request never detects an image. This is my co...
I have a plugin for my app that users can implement in their website that contains a form. The probl...
I just uploaded my site to DreamHost (http://thepixelshades.com) and I'm now getting a TokenMismatch...
Laravel Version: 5.3.28 PHP Version: 5.6.25 Database Driver & Version: Description: Hi, i have...
I am facing issue for integrating external server call through "HTTP_Request2". Kindly hel...
I have created an education learning platform using Laravel framework. On this platform 3 type of us...
I am trying to merge two queries $sales = DB::table('sales') ->join('drugs', 'drugs.id', '=',...
Hello Guys I have a mulisite like project in which I want to run user account on subdomain for examp...
Hello to all, I have been looking at the csrf middleware and it seems to me that the proper http res...
I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...
I've just started to study Laravel using this course Laravel 5 Fundamentals but in lesson 22 I've a...
We had this webservice running in Laravel 5 and AngularJs/Ionic for handling the web. When we do htt...
JSON object send by angularJS by Post Method {"Accession_No":3,"Title":"dem...
i want a helper function to get an element out of my database. can anybody help me?
I am creating a little blog CMS as a sort of first Laravel App project, and am trying to implement f...
Good time of day. Tell me how optional, some users to make a notification through a broadcast channe...
Hi, I am confused about the following thought. In my case I was using an underscore in the subdomain...
Prior to Laravel 5.3 (just upgraded straight from 5.1), I could log exceptions without having them r...
Hello, i have on my test Page secure with a Htpasswd. Webserver: nginx with PHP 7 Now my Problem. I...
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