This is the code for the tutorial "Building a Site With Laravel" @abolkog.com
- 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