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.
To install the project dependencies, run:
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.
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.
Make sure to have the Xampp installed & running in your computer. note your PHP version is greater than 8.1
Make sure to have the Composer installed & running in your computer.
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
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
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.
Stay Awesome!