Hi, in my Controller i want to create an collection from Models, and return it with an Ressource Cla...
Hi to you all, I have a form which after it submits on a different view and return to another view l...
Hi, I'm just keen to learn what experiences others have had working with Laravel Shift (laravelshift...
I have this line, and everything works as I expect. My data is coming in fine from the Vue ajax req...
Hello everyone. I am trying to develop an e-commerce project for my personal online shop. Where I ne...
This is my controller. namespace App\Http\Controllers; use Illuminate\Http\Request; use App\User; u...
Hello. I just start works with laravel and right now i have this problem. I create simply system res...
Am new to laravel (total greenhorn), it would be awesome if anyone can help me with this. I have a m...
I have this code when displaying list of invoices, this is similar or maybe exactly the same to the...
Hi, I have a table user in database like below id | name | pic | level | tea...
controller $data = $request->all(); $result = Mail::send('site.ema...
Hi everyone, I'm trying, for 3 days already, to upload multiple photos with Lumen 5.8, Here is my fu...
I want to create a post with an image with jquery and laravel 5.5
I need to make a function witch can be called in a foreach loop such has : foreach($users as $user){...
Hello, I have a model posts, users and role which should be connected with each other. My posts belo...
I am trying to compare one user's Latitude and Longitude against the rest of the users in my databas...
Laravel Version: 5.8.* PHP Version: 7.1.19 Database Driver & Version: MySql 5.6.37 Description:...
Hello, I would like to know if I can use Laravel passport for web authentication. The idea is to use...
I want to develop an application that lets user upload video from their device or they can just prov...
I have a need to provide a few services (via soap) from within a laravel project. The problem I have...
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