LaraBlog is developed using Laravel 8 along with latest vesion of Livewire + Jetstream. This app include front-end user view to show the blog post and back-end admin view to control user access. Mainly consist with add new post, add new user to the roles and edit delete post.
composer install
npm install
php artisan migrate --seed
php artisan serv
Admin view : http://127.0.0.1:8000/login
account : daskon@gmail.com
password : @1234
`
- Laravel 8 - Server Environment
- Livewire 2 - Fullstack
- alpinejs 2.8.* - JavaScript framework
- Bootstrap 5 - Web Framework
- @adminkit/core - Template for admin
