wujido/school

Some creations of programming hours in the 4th school year

0.1 2018-11-03 16:33 UTC

This package is auto-updated.

Last update: 2024-04-18 20:58:02 UTC


README

Some creations of programming hours in the 4th school year

Installation

The best way is via composer:

composer create-project wujido/school

Or you can just download as zip.

Then you must create database and run migration from bin/db.sql, and configure your conection in app/config/config.neon or create config.local.neon.

There you have template for your conection:

database:
	dsn: 'mysql:host=127.0.0.1;dbname=name_of_your_database'
	user: root
	password: 

Used technology