Skip to content

DIPcms/BaseCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIP BaseCms

How to install

$ composer create-project dipcms/basecms my_project_name

How to use composer?

Create a database called "cms" database settings can be changed in the app/config/config.neon
How to use doctrine?

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

Migrate database tables. How to use migrations?

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

Setting apache folder my_project_name/www/