2017 © Pedro Peláez
 

project sandmin

Sandmin

image

dipcom/sandmin

Sandmin

  • Thursday, May 12, 2016
  • by mykola.chomenko
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DIP Sandmin

Requirements

How to install

$ composer create-project dipcom/sandmin my_project_name

How to use composer?, (*1)

Create a database called "sandmin" database settings can be changed in the app/config/config.neon
How to use doctrine?, (*2)

    doctrine:
        user: root
        password: 
        dbname: sandmin
        metadata:
            App: %appDir%

Migrate database tables. How to use migrations?, (*3)

$ cd my_project_name
$ php www/index.php migrations:migrate

Setting apache folder my_project_name/www/, (*4)

The Versions