Here, we answer your most common question, how to use our template in your existing project?
The Sneat admin template is not just a theme. It's more than it. It is a fully functional template that has much-interconnected functionality.
It's not like a WordPress theme to install in an existing project. We always suggest you, move your existing project into our Sneat Laravel admin template.
blade
) files into Sneat's views folder.@extends('layouts/layoutMaster')
@section('title', 'Your Page Name')
@section('vendor-style')
// your vendor style files goes here
@endsection
@section('page-style')
// your page specific style files goes here
@endsection
@section('vendor-script')
// your vendor script files goes here
@endsection
@section('page-script')
// your page specific script files goes here
@endsection
@section('content')
// your page content goes here
@endsection
app -> Http -> Controller
folder.web.php
file to point your controllers.vite.config.js
file.webpack.mix.js
file.public
folder. So, no need to compile it.composer.json
or package.json
file.menus
JSON files to add your page's links in the sidebar menu. You can find our menus files below location./resources/menu/horizontalMenu.json
/resources/menu/verticalMenu.json
lang
JSON files to get the translation.📂 lang
├── 📄 en.json
├── 📄 de.json
├── 📄 ar.json
└── 📄 fr.json
/public/assets/json/search-vertical.json
/public/assets/json/search-horizontal.json