Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 527 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 527 Bytes

Laravel Blog Tutorial

This is the code for the tutorial "Building a Site With Laravel" @abolkog.com

Usage

  • Clone the Repository
git clone https://github.com/abolkog/laravel-simple-blog
  • Install the dependencies
composer install
  • Create the database and edit .env file
  • Run the migrations
php artisan migrate