Steps to be followed for getting started with the template:
Before you start the installation, please make sure you have the following components enable on your server
PHP.INI Requirements
APP_NAME=YOUR APP NAME BASE_PATH=BASE_URL DB_DATABASE=DATABASE NAME DB_USERNAME=USER DB_PASSWORD=PASSWORD
MAIL_DRIVER=your mail driver MAIL_HOST=your mail host MAIL_PORT=your mail port MAIL_USERNAME=your mail id MAIL_PASSWORD=your mail password MAIL_ENCRYPTION=your mail encryption
Here is the general structure of Laravel application:
codeignter-dashboard
| - application
| - cache
| - config
| - controller
| - core
| - helpers
| - hooks
| - language
| - libraries
| - logs
| - models
| - third_party
| - view
| assets
| - cache
| - config
| - system
| - factories
| - migrations
| - seeds
| - user_guide
- .editorconfig
- .env.example
- .env.production
- composer.json
- package.json
- README.md
- webpack.mix.js
username:admin@admin.com
password:12345678
Bootstrap has wonderfull documentation on the following components::
Bootstrap for extra component https://getbootstrap.com/docs/4.0/components/
Supports all major Browsers like Google Chrome, Mozilla Firefox, Safari, Opera, Internet Explorer 9 and above.
All images and videos are for preview purposes only and are not included in the download files. Images are of copyrights under Creative Commons CC0.