- CRUD ( Create, Read, Update, and Delete )
- Upload Images
- PHP >= 7.3
- Laravel 8.x
- Database MySQL or MariaDB
Follow this instructions to install the project:
- Clone this repo
$ git clone https://github.com/syafiqfajrianemha/blogpost-laravel8.git
$ cd blogpost-laravel8
$ composer install
$ cp .env.example .env
$ php artisan key:generate
- Set database config on
.env
file $ php artisan migrate
$ php artisan serve
- Open
http://localhost:8000
with browser.
This project is open-sourced software licensed under the MIT license.