Same as Mimpy.ID - https://github.com/hairullana/mimpy.id
but use Laravel v8
Overall done, but I want to improve the frontend (but I'm weak here). Besides that I want to add some new features in the future.
git clone https://github.com/hairullana/mimpy.id-laravel
cd mimpy.id-laravel
cp .env.example .env
composer install
if you get an error, use this command
composer update
php artisan key:generate
php artisan migrate:fresh --seed
php artisan artisan storage:link
php artisan serve