I am working on a Laravel 8 app that uses Microsoft Azure for user management (login included). I be...
<form class="form-group" method="post" action="{{route('aposta.update', $aposta->id)}}">...
I need to visualize the relationship between the data in the tables. My point is to show what is con...
[https://www.lightningitsolution.pk/](lightning it solution) is mainly a digital marketing company b...
Hi! I'm a little confused with the blade @foreach loop: I have a table that shows a list of car make...
I try to display a view but I get a 404 not found error, but my code seems correct. I have version 8...
My website's css is in one single file, and js code is in another single file The css and js file wa...
Simple Laravel code & markup chain: // Initial route public function play(Request $request) {...
Hi, i would like to create a simple output. My Controller has this code $item = Item::select('name',...
I have just notice that Laravel always add a just after open the body tag, div with style display no...
Please can anyone take a look at this and figure whats wrong? https://stackoverflow.com/questions/67...
Hi guys, thank you for reading my thread, I'm running Laravel 8 and have some controller function, I...
when i am trying to log in with the credentials from my custom log in page, it show me the error Err...
The way I implemented multilang is through middleware and routes. Middleware Localization.php looks...
Laravel Version: 8.20.1 PHP Version: 8 Database Driver & Version:mysql I have an issue about loa...
web.php `<?php use Illuminate\Support\Facades\Route; Route::get('/', function () { return view('w...
I've been using laravel 8 to create a store and for some reason all of my pages won't show in browse...
I use laravel and Vue. My blade in laravel has these input variables. $sdate // value = "2020-0...
hi, im new in laravel. i want to use more than 3 table in my blade, but i have so many problem here,...
Is there solution for multiple views for different subdomains? Also it should handle queuable action...
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