Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Moonmen's avatar

How should I do my project

Hello, I want to make an pizza delivery website, so an online store.

What should I use? Backend Laravel I guess, Frontend I dont know, I thought about React but I dont really understand it.

Does anyone have tips what to use for the frontend? I currently use plain HTML with Bootstrap and semantic ui

0 likes
6 replies
jlrdw's avatar

Is this a school project? Because you didn't ask anything about securing a customer's credit card information.

1 like
Drfraker's avatar

Laravel/VueJs pair nicely together. I'd recommend starting there. If for nothing else, the amount of community help you could get would be maximized with those tools.

shez1983's avatar

he also didnt ask about login/register/add to cart etc etc.. whats your point?

to OP:

it depends on what you are comfortable with and what you have done. if you use laravel use that, if not use whatever... same with frontend..

btw html & bootstrap != react..

if this is for a school project or a learning course then pick a backend / frontend tech you are comfortable with and start building...

Moonmen's avatar

@jlrdw no its not, since I want to use payment providers, so they user doesnt have to enter his credit card or whatever to me

Moonmen's avatar

@Drfraker I kind of dont get the point of vuejs, since most of my sites are pretty static except the order site

Drfraker's avatar

You mentioned React in the OP, which is similar to Vue. In my opinion, Vue might be a better choice because it is more widely used in the Laravel community. Therefore, you might get a higher percentage of people on this forum to help you with questions. If you just have static front end requirements, don't use React or Vue.

Please or to participate in this conversation.