netbusiness / SomeNotesProject

Quick note taking application in lumen 5.5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Instructions

  1. Check out the repository

  2. Get composer if you have not already

  3. Run composer install from the root folder (may have to run composer update instead on a non-windows machine)

  4. Setup web server document root for /public

  5. Open .env.example. Make the necessary config changes and save as .env. Do not overwrite the example.

  6. May have to open up write permissions to /storage folder recursively.

  7. Import example.sql into your database to get a starting point.

  8. u: test@test.com p: $sh4rpspr1nG$

  9. I think that's it...

About

Quick note taking application in lumen 5.5


Languages

Language:PHP 77.2%Language:JavaScript 18.6%Language:CSS 4.2%