Skip to content

OngkyRinaldo/blog_web

Repository files navigation

Set up :

  1. Clone the repo and cd into it
  2. In your terminal composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Set your database credentials in your .env file
  6. npm install
  7. npm run build
  8. php artisan migrate:fresh --seed
  9. php artisan serve or use virtual host
  10. Visit localhost:8000 in your browser

Login

  • admin

Email : admin@example.com Password : password

  • user

Email : user@example.com Password : password

Fitur

  • Login
  • Halaman Dashboard
  • Manage Post (CRUD)
  • Manage Category (CRUD)
  • Manage Tag (CRUD)
  • Manage User
  • Search Fitur

Thank You so much for your time !!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages