I have a record model and status model. Which each record has status can be "approved", &q...
Hello, I'm trying to get the info from a specific user via a ID in the url. This is my route: Route:...
Hello, i'm new user of laravel and i tried use migrations relationship but it doesn't work. Can you...
Hello everyone, I can't change my user password, but other field. i dont know why, plz help me . wha...
SELECT DISTINCT user_id FROM picks WHERE weeknum = 1 I'm having a hard time finding examples using &...
Hi. I'm aware that this was often asked for in the past. There are basically two solution's that can...
First I would like to thank your community as it has helped me a lot during my journey of learning L...
<?php use app\PostTable; Route::get('/', function () { // return view('welcome'); return...
So, this is weird. I have been implementing ontoMany relationships between users and various data se...
Hi, i used to use laravel with mysql on hostings. Never use AWS or managed a Server by myself. For a...
How can i get item by it is id from LengthAwarePaginator? I have tried something like this: {{$categ...
I have own search filter, like that: public function search(Request $request, $counter = 5){ $sear...
Hello! I am trying to create a dynamic menu in my header view of all my pages. (I am new to Larav...
Alright, I will do my best to describe my issue here. I have a route Route::get('/did/{search?}','DI...
I have implemented multi-tenancy in a project with unique subdomains & separate dbs. Suddenly, m...
So I'm trying to connect a SQL Server 2012 with Laravel and I get an error. PDOException (08001) SQL...
Hello, I'm currently trying the following: I'm having a form, where a user can add additional inform...
Somehow my model cannot be found, I also did try with use; This is in a normal controller public fun...
I'm using Laravel for a little app. In this app I added the auth things of Laravel (verison 5.3), so...
Hi, can someone help me with the uploading of file/s. . .
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