A Personal Website is a versatile platform that allows you to manage your data. It comes equipped with a habit tracker tool to help me stay on top of my daily goals and routines. It allows you to showcase your repositories on your website
- Single User
- Github Integration
- Can select repos for Showcase
- Habit Tracker
- Menu Management
Need Github token with read:user and gists scope. It will be saved in profile page under gist token.
clone the repository from gitub
git clone https://github.com/AmolKumarGupta/Ref-Mini.git
install composer packages
composer install
copy .env.example
to .env
and setup your database.
if APP_KEY is not preset then generate it
php artisan key:generate --ansi
Now run setup command, it will run migrations and seeds
php artisan refmini:install