Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 427 Bytes

readme.md

File metadata and controls

10 lines (10 loc) · 427 Bytes

Installation instructions

  1. Clone the repo via this url [email protected]:vickris/simple-blog.git
  2. Create a .env file by running the following command cp .env.example .env
  3. Install various packages and dependencies: composer install
  4. Run migrations then seed the database:
    php artisan migrate
    php artisan db:seed
  5. Generate an encryption key for the app: php artisan key:generate.