Laravel Tutorial Single page Website Development | Part 3

preview_player
Показать описание
Laravel Tutorial Single page Website Development | Part 3 | Webtrickshome | working with Controllers, Routes, View Blades, Crud Operation, Create, update and delete data

Рекомендации по теме
Комментарии
Автор

For Larvel 6: we need to use --- use Request only and then no input error will be there

DevoAjit
Автор

i get error message "The GET method is not supported for this route. Supported methods: POST"

ahmadbaraas
Автор

Hi, i am getting error: Error
Class not found

Laravel version 8.
Can you please help?

sangeetanaik
Автор

Thanks alot but getting this Undefined index: tbl as I'm trying to update category after editing $tbl = decrypt($data['tbl']);

thanks

tugumeagnesbrenda
Автор

i get error
Class not found


A composer dependency is missing

jonathanmerinobolivar
Автор

DB class is not found??? using laravel 6

DevoAjit
Автор

$setups is undefined
Make the variable optional in the blade template. Replace {{ $setups }} with {{ $setups ?? '' }}
what does it mean?

johnpauldrilon
Автор

Array to String Conversion error Occurs While submitting the data

pritamchaudhary
Автор

I've completed your tutorial but you just inserted new data as new record instead of update. How can I update data including image. Also I need to delete the old image and add new image.

alarefin
Автор

do you know why i get this message " Trying to get property 'email' of non-object (View: ".
*Blade Template*

<div class="form-group">
<label>Email</label>
<input type="email" name="email" value="{{ $data->email }}" class="form-control">
</div>


*controller*
public function setups(){
$data =
return view ('backend.insert.setup', ['data' => $data]);
}

ahmadbaraas
Автор

I need this CSS and js file, please help.

sayedfahim
Автор

Thanks for the tutorial but getting this error Undefined index: tbl

tugumeagnesbrenda
Автор

preg_replace(): No ending delimiter '/' found error

tugumeagnesbrenda
Автор

can we get the resourse files please too

gmako
Автор

Array ( [0] => facebook [1] => facebook [2] => facebook [3] => facebook ) not work with array for icon social pls help

huyngh