Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 477 Bytes

MPG

My PHP Gallery

Install

  1. goto your public www directory
  2. git clone https://github.com/Elderx/MPG.git mpg
  3. composer install
  4. visit http://localhost/mpg for setup

If you have setup the project different directory, edit .htaccess set RewriteBase /mpg/ to point the path accordingly

CLI Console

You have following commands available, these will work after initial setup is done.

  1. php app/console admin:create
  2. php app/console db:refresh