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

laxure2's avatar

How Far Am I From 1st Job? (Project Inside)

Hey,

So I'm learning PHP/Laravel/Blade. For now, I created Supplements project, with CRUD / Auth.

This is the project: https://github.com/aviran-abramov/laravel-blade-supplements-crud

Some pictures:

Guest: https://i.imgur.com/VYwTTTZ.png

Logged in: Index: https://i.imgur.com/kqgKjTh.png Create: https://i.imgur.com/49g7pKY.png Show: https://i.imgur.com/vCWL625.png Edit: https://i.imgur.com/sx0NyFS.png

I'm also going to work with Vue in the future.

I will create Pizza Management System:

Order:

  • Employee puts customer's number on first "page"
  • Then he will be able to see data about the customer (or even fast order as last the one), edit/create new address
  • Then he will be able to mention how many pizzas
  • Then he will be able to apply slices amount and toppings (for example onions on 2 slices)
  • Then he will be asked to "pay" (will just click continue cuz it is not real)
  • Then the order will be move to "in progress" and there will be able to put "On Delivery"

Roles:

  • Employee - will be able to create orders, update status
  • Manager - has everything as employee, but will be able to CRUD employee

Also, if you have some suggestions I should study, let me know!

Thank you guys :heart:

1 like
2 replies
CodingRanger's avatar

In many places, Laravel is not that popular in the local Job market. When you see a Laravel job, they mostly ask for years of experience. You are better off freelancing with Laravel to build your CV and customer relations and connections.

jlrdw's avatar

Today with all the hacking going on security is also a main concern. You need to concentrate on authorization as well plus secure file uploads downloads and things of that nature.

I suggest trying to get on as a junior programmer somewhere and learn under a skilled professional programmer, that would be one good way to start.

Please or to participate in this conversation.