Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages