https://github.com/amolkumargupta/ref-mini
Ref-Mini, A laravel based personal cms
https://github.com/amolkumargupta/ref-mini
cms gist-based laravel personal-cms ref-mini
Last synced: 6 months ago
JSON representation
Ref-Mini, A laravel based personal cms
- Host: GitHub
- URL: https://github.com/amolkumargupta/ref-mini
- Owner: AmolKumarGupta
- Created: 2023-02-16T19:55:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T18:29:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T20:45:43.621Z (over 1 year ago)
- Topics: cms, gist-based, laravel, personal-cms, ref-mini
- Language: Blade
- Homepage:
- Size: 7.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refmini CMS
[](https://github.com/AmolKumarGupta/Ref-Mini/actions/workflows/static_analysis.yml)

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
1. Single User
2. Github Integration
3. Can select repos for Showcase
4. Habit Tracker
5. Menu Management
### Requirements For Github (Optional)
Need Github token with read:user and gists scope. It will be saved in profile page under gist token.
### Installation
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
```
## ScreenShot