Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 429 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 429 Bytes

luxspace

  • Laravel Version -> Laravel Framework 8.83.23
  • PHP Version -> PHP 7.4.19 (cli)

Installation

  • Clone project
git clone https://github.com/aridimas/luxspace.git
  • cd luxspace
  • Run composer install on your cmd or terminal
  • Copy .env.example file to .env on the root folder.
  • Update Database Configuration
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan storage:link