File: /home/imensosw/liftcincy.imenso.co/README.md
# Laravel Material Dashboard
Simple Laravel adminpanel based on [Material Dashboard theme from Creative Tim](https://www.creative-tim.com/product/material-dashboard-laravel)
Generated with [QuickAdminPanel generator](https://2019.quickadminpanel.com) and manually applied front-end theme.
What's inside:
- Login/Register functionality with default Laravel
- Managing Users/Roles/Permissions CRUDs: tables, and forms



---
## How to use
- Clone the repository with __git clone__
- Copy __.env.example__ file to __.env__ and edit database credentials there
- Run __composer install__
- Run __php artisan key:generate__
- Run __php artisan migrate --seed__ (it has some seeded data for your testing)
- That's it: launch the main URL.
- You can login to adminpanel with default credentials __admin@admin.com__ - __password__
## License
Basically, feel free to use and re-use any way you want.
---
## More from our LaravelDaily Team
- Check out our adminpanel generator [QuickAdminPanel](https://quickadminpanel.com)
- Read our [Blog with Laravel Tutorials](https://laraveldaily.com)
- FREE E-book: [50 Laravel Quick Tips (and counting)](https://laraveldaily.com/free-e-book-40-laravel-quick-tips-and-counting/)
- Subscribe to our [YouTube channel Laravel Business](https://www.youtube.com/channel/UCTuplgOBi6tJIlesIboymGA)
- Enroll in our [Laravel Online Courses](https://laraveldaily.teachable.com/)