Skip to content

mthdht/kanban

Repository files navigation

KanBan

organize your projects

Installation

  • type git clone git@github.com:mthdht/kanban.git to clone the repository
  • type cd kanban
  • type composer install
  • type composer update
  • copy .env.example to .env
  • type php artisan key:generateto generate secure key in .env file
  • if you use MySQL in .env file :
    • set DB_CONNECTION
    • set DB_DATABASE
    • set DB_USERNAME
    • set DB_PASSWORD
  • if you use sqlite :
    • type touch database/database.sqlite to create the file
    • type php artisan migrate --seed to create and populate tables edit .env for emails configuration

Include

Contributing

You want to help ? See Contributing file or just:

  • Fork the repository
  • make your own branch
  • do your things :)
  • make a pull request to develop branch

License

the all project is under the MIT LICENCE See LICENCE file

About

a more flexible and complexe to-do list

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published