Full Laravel Restaurant Reservation Website | Laravel 9 Tutorial

Full Laravel Restaurant Reservation Website | Laravel 9 Tutorial

Tony Xhepa

2 года назад

147,732 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

AddictMan
AddictMan - 13.09.2023 09:52

hello sir reply me
no setup my admin panel
pls any guise help me

Ответить
AddictMan
AddictMan - 11.09.2023 21:12

hello sir reply me not a work side bar admin.blade.php

Ответить
AddictMan
AddictMan - 02.09.2023 15:20

php artisan migrate:fresh --seed not working command

Ответить
AddictMan
AddictMan - 02.09.2023 15:16

help me this is my error
Illuminate\Contracts\Container\BindingResolutionException

Target class [Admin::class] does not exist.

Ответить
Asma Khan
Asma Khan - 26.08.2023 08:04

Sir thank you so much to make such an amazing project. I tried it and I literally love it so much

Ответить
Richard
Richard - 18.08.2023 17:39

What is the difference between this video and the other videos in your playlist?

Ответить
Bbb
Bbb - 13.07.2023 15:32

very nice

Ответить
Malik Abd ur Rehman
Malik Abd ur Rehman - 14.06.2023 15:30

GitHub link ks working?

Ответить
jignal patel
jignal patel - 14.06.2023 00:52

I have watched your whole tutorial.

Tony love your tutorial. You teaching method is very clear.

Ответить
Exploit
Exploit - 08.05.2023 13:03

i farted uh oh

Ответить
Swati sachin singh
Swati sachin singh - 07.05.2023 15:33

In admin problem you search restro app and logging but i am working on admin pannel and enter then error these credentials do not match our record plz help me reply soon

Ответить
ganesh mishra
ganesh mishra - 11.04.2023 16:08

Sir please share databases file

Ответить
rexcod
rexcod - 05.04.2023 23:54

pleas answer me....

Ответить
rexcod
rexcod - 05.04.2023 23:54

there is not an database in the project file !!

Ответить
rexcod
rexcod - 05.04.2023 23:52

where i will finde the database in the sours in gethup ?

Ответить
Ashok Neupane
Ashok Neupane - 25.03.2023 11:00

Low quality video, make the fonts larger, plz use windows vs code.

Ответить
Fak 6aray
Fak 6aray - 13.03.2023 04:30

thks!!

Ответить
Shahboz Olmasov
Shahboz Olmasov - 28.02.2023 06:52

This project is amazing and useful!

Ответить
Mustafa Dündar Celebi
Mustafa Dündar Celebi - 24.02.2023 16:27

Very helpful
Tutorial

Thank you for

Unfortunately for Laravel 10, rules DatesBetween and TimeBetween and Frontend ReservationController and step-one-balde.php and step-two.blade.php have errors

You are welcome to test and possibly tell us what needs to be changed there.


Best regards

celebi

Ответить
Julian
Julian - 22.02.2023 10:56

I can't download tailfood tailwind template

Ответить
ENGLISH MASTER
ENGLISH MASTER - 06.02.2023 16:19

Thanks man

Ответить
Usman Jutt
Usman Jutt - 27.12.2022 22:22

"Attempt to read property "menus" on null" successfully solve this error

Ответить
Fuskydon
Fuskydon - 26.12.2022 07:25

Can you send the link for the Raw template to get this lovely Project started with you?
Cos i don't seem to find the link for the template except for the full one you've did

Ответить
Jamal XD
Jamal XD - 23.12.2022 05:44

laravel is front end or back end?

Ответить
Dexter John Chavez
Dexter John Chavez - 30.11.2022 17:01

hi mate. why my categories show , doesn't have css guest layout?

Ответить
Dexter John Chavez
Dexter John Chavez - 27.11.2022 05:28

hi , syntax error, unexpected identifier "TableStatus" why my enums not working ? thank you!

Ответить
Roopesh Ghimre
Roopesh Ghimre - 24.11.2022 11:38

It would be better if you had done CRUD operation using ajax and bootstrap module. Can u please Do one complete Aplication using bootstrap module and ajax without page refresh

Ответить
Garmyani Archive - ئەرشیفی گەرمیانی
Garmyani Archive - ئەرشیفی گەرمیانی - 20.11.2022 04:07

Thank you for this project, was worth it. I did it with latest version of Laravel and everything works fine. Thanks again

Ответить
Mohamed Hassan
Mohamed Hassan - 07.11.2022 15:09

did you add a payment gateway in this project??

Ответить
Almir
Almir - 03.11.2022 12:42

Unable to locate a class or view for component [app-layout]. I get this error

Ответить
Зэрлэг
Зэрлэг - 13.10.2022 12:04

when will you see your project? waiting. add to cart, e-commerce

Ответить
Code Pandæmonium
Code Pandæmonium - 13.10.2022 12:04

bro you are amazing | big thanks

Ответить
Yaarop Mohammed
Yaarop Mohammed - 13.10.2022 09:38

Attempt to read property "menus" on null ?

Ответить
GIANT WORKS
GIANT WORKS - 08.10.2022 23:14

Hi how to fix "Attempt to read property "menus" on null"? Thanks

Ответить
Nana Jolita
Nana Jolita - 20.09.2022 06:01

Thank you bro I spend 3 days to do this project with new version using vite build. I've been struggling with error but i still manage to finish this project successfully. Good Luck Everyone

Ответить
Khawlah Alansi
Khawlah Alansi - 18.09.2022 10:03

It appeared for me this problem Attempt to read property "menus" on null
how I can fix it

Ответить
Stories of Hearts
Stories of Hearts - 17.09.2022 22:20

great course , What is your opinion on flutter laravel apps

Ответить
Abdellatif Laghjaj
Abdellatif Laghjaj - 15.09.2022 17:23

To bo honest, this is the best Laravel Channel on the Internet.
So please can you make a tutorial witch we can build a full stack project using Laravel 9 (with vite ) and vue Js 3

Ответить
Yz Kuro
Yz Kuro - 14.09.2022 10:27

So you need to add cascade to migration table relationship

like this

$table->foreignId('category_id')->constrained()->onDelete('cascade');
$table->foreignId('menu_id')->constrained()->onDelete('cascade');

Because when you delete menu it will return you error

if you have done Migration before, you can roll back it
php artisan migrate:rollback

then you run migration again

Ответить
Team Pi3B
Team Pi3B - 06.09.2022 12:01

thak you for vdo learning

Ответить
Eduardo Delgado
Eduardo Delgado - 05.09.2022 01:44

Hello, I love the serie of videos. My English is low, but I want to know, What extensions do you have installed on your Visual Studio Code,? which are your favorites

Ответить
Santo Rehman
Santo Rehman - 30.08.2022 01:47

Can you tell me about docker in this project?

Ответить
Nayeem Islam
Nayeem Islam - 17.08.2022 22:31

npr run watch don't work! on 28.07
can you help me for that?

Ответить
Pallav Rai
Pallav Rai - 17.08.2022 16:53

thanks for this amazing video . Hope u create more videos like this

Ответить
Cristhian Daniel Díaz Salazar
Cristhian Daniel Díaz Salazar - 27.07.2022 23:19

Is this project using vite or mix?

Ответить
Rocky
Rocky - 20.07.2022 10:40

my laravel is using VITE instead of mix. Im having real issues with this as literally every tutorial uses mix. How do i revert to mix? Like when i type npm install && npm run dev it doesnt output what you see.

Ответить
Omar hd
Omar hd - 02.07.2022 15:32

you did not explain anything bro you just say and typing code

Ответить