2017 © Pedro Peláez
 

library project

image

discophp/project

  • Saturday, July 15, 2017
  • by discophp
  • Repository
  • 2 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Project Wrapper for the Disco PHP Framework

This is the project structure for the Disco PHP Framework. It serves as the starting point for all Disco PHP projects., (*1)

Check out the documentation, (*2)

DiscoPHP.com, (*3)

Out Of The Box Features

The base project structure comes preloaded with some awesome out of the box features which almost every project implements:, (*4)

  • Account/User:
    • Account creation
    • Email based account verification
    • Login, logout, and session management
    • Securly stored passwords hashed with SHA512 and salted
    • Permanent logins
    • Password reset emails
    • Account information editing
  • CSRF Tokens
  • An amazing looking base theme/UI for you to extend using Materialize CSS
  • A build system (Gruntfile.js) implemented using Grunt which supports:
    • SASS
    • React JSX files
    • CSS vendor based auto-prefixing (ie -moz -webkit)
    • CSS & JS minification
    • CSS & JS bundling
  • Version controlled third party libraries (bower.json & .bowerrc) via Bower
  • Default caching rules for resources (ie jpg,png,js,css etc) as defined in public/.htacces

Get Started

Required:, (*5)

  1. Clone : git clone https://github.com/discophp/project.git your-site
  2. Install Dependencies : composer install

Optional (but required if you want to use the DB & the built in user functionality):, (*6)

  1. Configure DB settings in app/config/config.php
  2. Create the user tables : php public/index.php db-restore 'app/db' 'user_structure.sql' from the SQL file app/db/user.sql
  3. Configure your email settings in app/config/email.php

Optional (but required if you want to use the build system), (*7)

  1. Install nodejs dependencies : npm install
  2. Run the build system : grunt
  3. Watch the build for changes : grunt watch

The Versions

15/07 2017

dev-dev-5.0

dev-dev-5.0

  Sources   Download

The Requires

 

by You

08/09 2016

dev-master

9999999-dev

  Sources   Download

The Requires

 

by You

14/07 2016

4.0.0

4.0.0.0

php framework

  Sources   Download

Apache License V2

The Requires

 

by Bradley Hamilton | WebYoke

13/07 2016

3.11.0

3.11.0.0

php framework

  Sources   Download

Apache License V2

The Requires

 

by Bradley Hamilton | WebYoke

25/03 2016

3.0.1

3.0.1.0

php framework

  Sources   Download

Apache License V2

The Requires

 

by Bradley Hamilton

23/03 2016

3.0

3.0.0.0

php framework

  Sources   Download

Apache License V2

The Requires

 

by Bradley Hamilton

12/03 2016

dev-dev-master

dev-dev-master

php framework

  Sources   Download

Apache License V2

The Requires

 

by Bradley Hamilton

30/04 2015

2.3

2.3.0.0

php framework

  Sources   Download

Apache License V2

The Requires

 

by Bradley Hamilton

04/06 2014

2.0

2.0.0.0

php framework

  Sources   Download

Apache License V2

The Requires

 

by Bradley Hamilton