Sliced - Laravel Documentation 1.4.0

πŸ™ Thank you for purchasing Sliced - Laravel 11 & TailwindCss Admin Dashboard Template.

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.Support Email: sup.srbthemes@gmail.com

Introduction

Sliced - Laravel 11 & TailwindCss Admin Dashboard Template is a powerful admin dashboard template built with Tailwind CSS and Laravel 11. Sliced comes with dozens of functional designs to help you get started quickly. With a wide range of beautiful styles and a full-screen layout, it’s a perfect fit for admin dashboards, eCommerce, CRM, CMS, LMS panels and etc. If you are looking to take your app to the next level – Sliced is the way to go!

Sliced - Laravel 11 & TailwindCss Admin Dashboard Template provides prebuild Authentication features using Laravel powerful package Breeze. and also provide profile update and password update features.

Sliced Laravel now supports Vite 5.

Installation

Silced works by scanning all of your Blade files, Laravel components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.

Follow these simple steps to install and set up Sliced Admin Template:


Install Server (Recommended PHP version: >8.2)

Make sure to have the Xampp/WampServer/Lampp installed & running in your computer. If you already have installed server on your computer, you can skip this step if your existing PHP version is greater than >8.2.

2
Install Composer (Recommended version: >= 2.2)

Make sure to have the composer installed & running in your computer. If you already have installed server on your computer, you can skip this step.

3
Install Node (Recommended Node.js version: >18)

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.

4
This would install all the required packages in the vendor folder.
composer install  

or

composer i  
5
This would install all the required dependencies in the node_modules folder.
npm install 

or

npm i 
6
Please run the below command to generate the new key.
php artisan key:generate 
7
Check public file if storage folder present then delete it. After run the below command to link storage with application.
php artisan storage:link 
8
Please fill your DB credentials in the .env file.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sliced_laravel
DB_USERNAME=root
DB_PASSWORD= 
9
Please fill your email credentials in the .env file.
MAIL_MAILER=
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}" 
10
Generates a /dist & libs directory with all the production files.
npm run build 
11
Please run the following commands to clear all cache from the project.
php artisan optimize:clear 
12
This will migrate the database tables. For more details visit Click Here
php artisan migrate 
13
This will seed the database tables. For more details visit Click Here
php artisan db:seed 
14
The development server is accessible at http://localhost:8000. To run on other port just run command : php artisan serve --port=8001
php artisan serve 
php artisan serve --port=8001 
15
Runs the project locally, starts the development server and watches for any changes in your code, including your HTML, javascript, sass, etc. The development server is accessible at http://localhost:8000.

File Structure

β”œβ”€β”€ πŸ“ Admin
    β”œβ”€β”€ πŸ“ app
    β”œβ”€β”€ πŸ“ bootstrap
    β”œβ”€β”€ πŸ“ config
    β”œβ”€β”€ πŸ“ database
    β”œβ”€β”€ πŸ“ plugins
    β”œβ”€β”€ πŸ“ public
    β”œβ”€β”€ πŸ“ resources
    |    β”œβ”€β”€ πŸ“ css
    |    β”œβ”€β”€ πŸ“ fonts
    |    β”œβ”€β”€ πŸ“ images
    |    β”œβ”€β”€ πŸ“ js
    |    └── πŸ“ views
    |        β”œβ”€β”€ πŸ“ auth
    |        β”œβ”€β”€ πŸ“ components
    |        β”œβ”€β”€ πŸ“ layouts
    |        β”œβ”€β”€ πŸ“ profile
    |        └── πŸ“„ All other blade files.
    β”œβ”€β”€ πŸ“ routes
    β”œβ”€β”€ πŸ“ storage
    β”œβ”€β”€ πŸ“ test
    β”œβ”€β”€ πŸ“„ .editorconfig
    β”œβ”€β”€ πŸ“„ .env
    β”œβ”€β”€ πŸ“„ .env.example
    β”œβ”€β”€ πŸ“„ artisan
    β”œβ”€β”€ πŸ“„ composer.json
    β”œβ”€β”€ πŸ“„ package.json
    β”œβ”€β”€ πŸ“„ postcss.config.js
    β”œβ”€β”€ πŸ“„ README.md
    β”œβ”€β”€ πŸ“„ tailwind.config.js
    └── πŸ“„ vite.config.js

Layout

Layouts covers all theme configuration settings if you want to apply manually in project.

Layout Name Details
Creative You can set manually by adding layout class from <body class="detached">
Detached You can set manually by adding layout class from <body class="detached detached-simple">

CSS

Sliced Built with latest version of CSS3.

File Name Details
css/style.css Tailwind CSS
css/swiper-bundle.min.css Swiper CSS
css/fancybox.css Fancybox CSS
css/accordion.min.css Accordion CSS

Javascript

Sliced Built with Javascript

File Name Details
js/alpine.min.js Alpine js
js/swiper-bundle.min.js Swiper Js
js/apexcharts.js ApexCharts js
js/fancybox.umd.js Facncybox Js
js/custom.js All Custom js files

Support

Thank you for become a part of us. If you have any query, suggestion and complain. Contact us anytime.

- sup.srbthemes@gmail.com

Changelog

1.4.0 - 08 May 2024

Adeded Version

Blazor

NodeJs

1.3.0 - 19 March 2024

Adeded Version

React

Svelte

CakePHP

Yii2

1.2.1 - 13 March 2024

Updated

Laravel 11

1.2.0 - 6 March 2024

Adeded Version

PHP

Symfony

CodeIgniter

1.1.0 - 13 Feb 2024

Added

Added Authentication features using Breeze

Added Profile and Password Update Features

Added Vite Support

Added Project & Ecommerce Dashboards

Added Calender App

Added LTR & RTL Supported

Updated

TailwindCSS v3.4.1

Layout and Components updated

1.0.0 - 11 Sep 2023

General

Initial Released

© 2024 Sliced