Skip to content

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

 
 
 

Contributors