Posts by Lucas Henrique • 21 points
4 posts
-
0
votes1
answer239
viewsQ: How to display the name of the image that is in the bank in the view with Laravel?
Good night. I’m having problems to update an image with Laravel in Mysql database. My controller’s store method is like this: public function store(Request $request){ $filename =…
-
0
votes1
answer2219
viewsQ: Login and login to Laravel 5.7
I’m developing a project in Laravel, but I’m having a hard time understanding how user login and authentication works to redirect to Dashboard. I have a table in the database called "user", which…
-
-2
votes2
answers859
viewsQ: Undefined variable in Laravel 5.7
I’m getting the following error message in my project: Undefined variable: banner (View: C: wamp64 www painelEda Resources views alterar-banner.blade.php) While in my view banner.blade.php is this…
-
1
votes0
answers463
viewsQ: Use two CSS classes in C# Razor MVC
I want to use two CSS classes in Razor. Is it possible to do this? Because I’m not getting it. Here’s what I’m doing: <div class="form-group"> @Html.LabelFor(model => model.ativo,…