python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Laravel url() function returns public two times
I am using Laravel url() function to get website base url, but it returns public two times I don't know where I am doing wrong? Any help would be highly appreciated.
Here is my code.
<link rel='st...
user2736878
Votes: 0
Answers: 1
Pass date in url in Laravel
I have this Link in my view
<a href="{{route('detail', ['id'=>$row->id, 'date'=>Carbon\Carbon::now()->format('m-d-Y') ])}}">
Link
</a>
when i click on this link t...
user3653474
Votes: 0
Answers: 3
ERROR!!! Illuminate\Database\QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table
I ran into an error and I have not figured out how to resolve it alone. so I opted to get help from this community. I will explain a bit though the screenshots are provided.
I created a new laravel pr...
kaylancer
Votes: 0
Answers: 2
determine url parameter in Laravel
I am new to Laravel an have a question.
I have controller named ReportsArchiveController
and function named loadReport in it.
this is what the method get
public static function loadReport(Request $req...
Bastian
Votes: 0
Answers: 1