Skip to content

vickris/simple-blog

Repository files navigation

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.

About

Simple blog based on Laravel 5.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages