Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

rdok/dnmrn-exam

Repository files navigation

Deployment

Software required on Web Server

  • Bower | Web sites are made of lots of things — frameworks, libraries, assets, and utilities. Bower manages all these things for you.
  • Composer | Dependency Manager for PHP
  • Git | Git (/ɡɪt/) is a widely used version control system for software development.

Get Source Code

  • git clone git@github.com:rdok/dnmrn-exam.git | Clone the project into your web server
  • composer install Will install front-end packages using bower, and back-end packages using composer.

Add credentials

  • Copy .env.example to .env and replace variables as needed.

Set Up Database

  • php commands/mysql/up Creates tables
  • php commands/mysql/down Drops tables
  • php commands/mysql/provision Drops, and creates tables
  • php commands/mysql/seed Drops, Creates, and fills tables with seed data.

Credits

  • Bower | Web sites are made of lots of things — frameworks, libraries, assets, and utilities. Bower manages all these things for you.
  • c9s/Pux | Pux is a fast PHP Router and includes out-of-box controller tools
  • Composer | Dependency Manager for PHP
  • Git | Git (/ɡɪt/) is a widely used version control system for software development.
  • fzaninotto/Faker | Faker is a PHP library that generates fake data for you
  • twig/twig | Twig, the flexible, fast, and secure template language for PHP
  • vlucas/phpdotenv | Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically.
  • jasongrimes/php-paginator | A lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr.

Releases

No releases published

Packages

No packages published