Skip to content
/ Tasker Public

๐Ÿ“œ A small PHP application with MVC pattern implementation without third-party frameworks.

Notifications You must be signed in to change notification settings

Vinniko/Tasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

๐Ÿ“œ A small PHP application with MVC pattern implementation without third-party frameworks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published