Skip to content

Laravel 8 CRUD (Create, Read, Update, Delete) dan fitur upload gambar

Notifications You must be signed in to change notification settings

syafiqfajrianemha/blogpost-laravel8

Repository files navigation

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.

About

Laravel 8 CRUD (Create, Read, Update, Delete) dan fitur upload gambar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published