Skip to content

menvil/draglist

Repository files navigation

draglist

  1. Clone the repo: git clone git@github.com:menvil/draglist.git
  2. Install Laravel: composer install --prefer-dist
  3. Change your database settings in app/config/database.php
  4. Rename file .env.example to .env and dit file .env for proper database values

DB_HOST=localhost DB_DATABASE=draglist DB_USERNAME=root DB_PASSWORD=

  1. Migrate your database: php artisan migrate
  2. Seed your database: php artisan db:seed --class=ListTableSeeder
  3. Make php artisan key:generate
  4. Make sure that "public" directory is the root directory
  5. chmod -R 0777 bootstrap/cache
  6. chmod -R 0777 storage/
  7. View application in the browser!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages