Giter VIP home page Giter VIP logo

zend2-basement-php's Introduction

Project summary:

Basement for every MVC Web Project on Zend Framework 2 and Doctrine ORM, including:

  • Web-based installer
  • Web-based migration manager and DB scheme updater
  • User registration and authorization
  • Simple administrative panel
  • Role-based access control list stored in database and automatically generated by installer
  • Forms and Validators powered by Zend 2 Forms
  • Module-specific navigation
  • Doctrine annotations and yml schemes
  • Easy possibility to add your own modules

Requirements:

Installation steps:

  1. Create a domain for your site (http://example.me), with /%your_app_dir%/public document root folder
  2. Open command line or git bash in the application folder and run composer install / composer update for required dependencies installation
  3. Create a new role in your PostgreSQL admin and an empty database for it (for example basement / basement)
  4. Copy config/autoload/db.example.php to config/autoload/db.local.php and fill it with proper database settings (user, password, dbname). If you have mongo db installed and want to use it you can perform step 2) for mongoDb and fill settings for mongo
  5. Open your browser and go to http://example.me. If it is your first installation you will be redirected to the installation page. Then just follow the installer's instructions.
  6. After successful installation login as admin and go to http://example.me/admin in your browser. Here you will we administration panel and now you can manage your website

zend2-basement-php's People

Contributors

kilroggd avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.