Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 440 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 440 Bytes

Tasker (MVC application on PHP without frameworks)

Installation

composer install

Copy .env from .env.example file and then write your database config

cp .env.example .env

Run migrations

php database/migrations/migrations.php

Run user seeder

php database/seeders/seeders.php

Run:

cd public/
php -S localhost:8000

Enter in browser:

localhost:8000