Skip to content

PHP tasker MVC application: create\edit, ordering, pagination, autorization, form validation;

Notifications You must be signed in to change notification settings

maksimgru/tasker-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  • Download (or Clone) app in your root directory.

  • Rename ./public/.htaccess.dist to ./public/.htaccess in your root directory.

  • If your web-path not equal /, than edit ./public/.htaccess file for correct work of rewrite rules. Edit line RewriteBase /.

  • Rename app/config/config.php.dist to app/config/config.php.

  • Set up your own database credentials.

  • Setup web base path (constant BASE) which will be equal with rewrite base rule (RewriteBase /) in your ./public/.htaccess file.

  • Load DB dump file db_dump.sql

  • Run composer install in your root directory.

  • Run composer dump-autoload --optimize

Screenshots

screenshot-1

About

PHP tasker MVC application: create\edit, ordering, pagination, autorization, form validation;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published