Skip to content

wujido/school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks maked in school

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