Maxton - Laravel 11 & Bootstrap Admin & Dashboard Template

Welcome to Your Journey: Unleash Possibilities with Our call to action Sections Documentation 1.0

Thank you very much for your purchase!

Introduction

Maxton - Laravel 11 & Bootstrap Admin & Dashboard Template is a made in Laravel 11 with Authentication using Laravel/UI.

This template is fully responsive and created with Bootstrap 5 framework. All the content is within wrapper. The wrapper is containing sidebar wrapper ,topbar header and content wrapper. In content wrapper all part is devided with row and cards. In this template most of the classes are used acording to bootstrap. Here is the general structure.

Prerequisites

To install the project dependencies, run:

Yarn

Make sure to have the Yarn installed & running in your computer. If you already have installed Yarn on your computer, you can skip this step. We suggest you to use Yarn instead of NPM.

Nodejs

Make sure to have the Node.js installed & running in your computer. If you already have installed Node on your computer, you can skip this step if your existing node version is greater than 18.

Server

Make sure to have the Xampp installed & running in your computer. note your PHP version is greater than 8.1

Composer

Make sure to have the Composer installed & running in your computer.

Installation

To install the project dependencies, run:

npm install && yarn

command to install all of the framework's dependencies. run:

composer install

Please run the below command to generate the new key.

php artisan key:generate

Please fill your DB credentials in the .env file.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=maxton_laravel
DB_USERNAME=root
DB_PASSWORD=
                                

Also fill your Email credentials in the .env file.

MAIL_MAILER=
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=

To compile all assets files like SCSS, JS and will copy all images into the public directory.

npm run build

Please run the following commands to clear all cache from the project.

php artisan optimize:clear

This will migrate the database tables.

php artisan migrate

The development server is accessible at http://localhost:8000.

php artisan serve

File & Folder Structure

I have tried to follow the standards and modular structure while developing the theme.

├── 📁 Admin
├── 📁 app
├── 📁 bootstrap
├── 📁 config
├── 📁 database
├── 📁 plugins
├── 📁 public
├── 📁 resources
| ├── 📁 icon
| ├── 📁 img
| ├── 📁 js
| ├── 📁 sass
| ├── 📁 vendor
| └── 📁 views
| ├── 📁 auth
| ├── 📁 components
| ├── 📁 layouts
| ├── 📁 partials
| └── 📄 All other blade files.
├── 📁 routes
├── 📁 storage
├── 📁 test
├── 📄 .editorconfig
├── 📄 .env
├── 📄 .env.example
├── 📄 artisan
├── 📄 composer.json
├── 📄 package.json
├── 📄 README.md
└── 📄 vite.config.js

Browser Compatibility:Chrome (Windows, Mac, Linux)

Firefox (Windows, Mac, Linux).
Safari (Mac)
Microsoft Edge
And other WebKit browsers

Official Documentation

We've used the following resources as listed. These are some awesome creation and we are thankful to the community.

Sources and Credits

We've used the following resources as listed. These are some awesome creation and we are thankful to the community.

Support

Once again thank you for your purchase. I'll be happy to answer the the questions you have related to the theme. In case if you have any suggestion or feature, request please feel free to contact me, I'll try to implement it and will release as part of future updates.

Email Support : [email protected]

Stay Awesome!

- CODERVENT

Changelog

Version 1.0.0 -30 June 2024
  • Initial released