Warning: Work in progress
Basic Viewing Functions
- Home Page
- View All Stores
- View Store Page
- Go To Store
User Dashboard
- Dashboard
- Balance
- Trips
- Withdrawal History
- Settings
- Subscriptions
(Social) Signup/Login
- Default
- Google+
Admin (Generic not going into explaination)
- Admin Dashboard
- Affliate Networks API
[ ] Simple Blog
Future Things
- Upgrade to Laravel 5.7 Near Future
- Code Refactoring
- Use Angular/Vue
- Launch a test website
- Clone/Download this repo
- Change directory to project folder
- Run
composer install
- Rename or copy .env.example to .env
- Run
php artisan key:generate
- Have DB_ and GOOGLE_ and HASH_ID_SALT filled out in the .env
- Create an empty database with what you have on DB_DATABASE
- Run
php artisan migrate --seed
(The seed will populate the necessary tables AND sample data also) - Everything is set up and ready to test!