/todoApp

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Serveased Todo Assessment

Steps to install

  • run composer install
  • run cp .env.example .env
  • configure your env database properly
  • run php artisan key:generate
  • run php artisan migrate
  • run php artisan serve