Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How do i achieve this? Reply To: How do i achieve this?

#235618
Alen
Participant

@maiki

I don’t understand the rules of the game from the description you provided. I would suggest you take a moment and map out, on a piece of paper, what you need to do. Think about all the logic that needs to happen, plan everything out. From this you will have a better informed decision about what technology stack you need/want to use.

In addition start with a PHP framework instead of building everything out yourself. Something like Laravel is more than capable of completing the task. Even something slimmer like Laravel Lumen, which you can use to abstract your API (AJAX) calls. Added benefit of PHP framework is most of them offer Migrations, it’s like Git for your database schema, it allows you to revert back changes to the database structure, super helpful.

Hope that helps.

Alen