It's a 5 page site
- Home
- Menu
- Specials of the Week
- About us
- Apply Page
This can be done with either nginx or apache, the choice is yours. Be wary of what you set as the server name (ie starbulls.com) as some links may not work well or some functionality my not behave as expected. The DocumentRoot value should be the root of the project directory.
- Be sure you're always using the latest db schema.
- run the contents of starbulls.down.sql then starbulls.up.sql to get the latest schema
- add some basic info to both the reviews and user tables
Run composer update
from the root directory of the project