- Clone the repo and cd into it
- In your terminal
composer install
- Rename or copy
.env.example
file to.env
- php artisan key:generate
- Set your database credentials in your
.env
file npm install
npm run build
php artisan migrate:fresh --seed
php artisan serve
or use virtual host- Visit
localhost:8000
in your browser
- admin
Email : admin@example.com Password : password
- user
Email : user@example.com Password : password
- Login
- Halaman Dashboard
- Manage Post (CRUD)
- Manage Category (CRUD)
- Manage Tag (CRUD)
- Manage User
- Search Fitur
Thank You so much for your time !!!