Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 686 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 686 Bytes

Blogpost Laravel 8

Features

  1. CRUD ( Create, Read, Update, and Delete )
  2. Upload Images

Specification

  • PHP >= 7.3
  • Laravel 8.x
  • Database MySQL or MariaDB

Installation Steps

Follow this instructions to install the project:

  1. Clone this repo $ git clone https://github.com/syafiqfajrianemha/blogpost-laravel8.git
  2. $ cd blogpost-laravel8
  3. $ composer install
  4. $ cp .env.example .env
  5. $ php artisan key:generate
  6. Set database config on .env file
  7. $ php artisan migrate
  8. $ php artisan serve
  9. Open http://localhost:8000 with browser.

License

This project is open-sourced software licensed under the MIT license.