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
File and folder permissions
APP_NAME=your app name APP_ENV=production APP_KEY=your key APP_DEBUG=false APP_URL=your app url
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel DB_USERNAME=root DB_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:
Metordash-dashboard
| - app
| - console
| - DataTables
| - Exceptions
| - Helper
| - Http
| - Controllers
| - Middleware
| - Providers
| - Traits
| - bootstrap
| - cache
| - config
| - database
| - factories
| - migrations
| - seeds
| - public
| - assets
| - css
| - fonts
| - images
| - img
| - icons
| - common
| - user
| - css
| - js
| - resources
| - js
| - components
| - lang
| - en
| - sass
| - view
| - appointment
| - auth
| - board
| - boardtask
| - category
| - Charts
| - dashboard
| - ExtraPages
| - Helper
| - Icons
| - layouts
| - Maps
| - partials
| - permission
| - role
| - service
| - setting
| - UIElements
| - user
| - profile
| - routes
| - tests
| - Feature
| - Unit
- .editorconfig
- .env
- .env.example
- .styleci.yml
- artisan
- 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.