Nathan-Al / MyMenu

Gestionnaire de Menu pour entreprise
0 stars 1 forks source link

Mymenu application with VueJS & CakePHP

Installation

  1. Download Composer or update composer self-update.
  2. Run composer i.

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

bin/cake server -p 8765

Then visit http://localhost:8765 to see the welcome page.

Configuration

Read and edit the environment specific config/app_local.php and setup the 'Datasources' and any other configuration relevant for your application. Other environment agnostic settings can be changed in config/app.php. To use you own database create a .env in the config directory with the template of .env template.