rorteg/app_skeleton

There is no license information available for the latest version (dev-master) of this package.

Project Example

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 6

Language:CSS

Type:project

dev-master 2019-03-08 04:41 UTC

This package is auto-updated.

Last update: 2024-04-12 12:04:04 UTC


README

Build Status Coverage Status

Requirements

  • PHP ^7.1
  • PHP PDO extension
  • PHP json extension
  • node/npm

Installation

1 - Composer create project

composer create-project rorteg/app_skeleton -s dev -n

2 - Configure the access data for the database

Before setting up, create a new database.

vim phinx.yml
vim app/etc/db.php

3 - Perform the database migration

vendor/bin/phinx migrate
vendor/bin/phinx seed:run

4 - NPM

npm install

5 - PHP Server

php -S localhost:8085 -t pub/

Usage

Go to http://localhost:8085 and click Admin menu.

Username Password
admin admin@123