Investment Company Admin Dashboard using Laravel 8 and Bootstrap supporting CRUD, KYC Verification, Referral System and Automatic and Manual Reward system, this app was created to be used with CMS like Wordpress, it also features 8 different languages out of the box.
- After cloning the repo, move the public directory out of the root directory of the app.
- Rename public directory to "account".
- Rename this app to "myapp".
- Set your env variables and pretty much all the other typical stuff and viola! App installed, off course make sure you run PHP Artisan Migrate and DB:Seed as well to get you started off with access to the admin sections of the app.
- Check web.php file to access all the routes as it is all properly documented.
- Live View of the dashboard, please note that the home, about-us and contact pages were made using Wordpress, only the dashboard routes and everything under the account subroutes were made with laravel. Cheers!