Download the PHP package sintex/sintex-layout without Composer
On this page you can find all versions of the php package sintex/sintex-layout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sintex/sintex-layout
More information about sintex/sintex-layout
Files in sintex/sintex-layout
Package sintex-layout
Short Description Laravel 7 Sintex Layout Powered by Admin LTE 3
License None
Informations about the package sintex-layout
Laravel 7 Sintex Layout Powered by Admin LTE 3
Installation
composer require sintex/sintex-layout
Publishing Layout
php artisan vendor:publish --provider="SintexLayout\SintexLayoutProdvider"
Components
x- tag
is an implementation of Laravel 7x
Top Navigation Layout
x-sintex-layout-top-nav
Usage
Parameters
- title - The page title [Required]
- header-text - Content Header text[Required]
- header-text-sm - Content Header text small [Required]
- nav-bar-color - Navigation Bar Color [Optional]
- brand-name - Brand Name [Required]
- text-sizing - Body text sizing [Optional]
Just add the parameters inside the component tag.
Named Slots
- navbar - Slot for Navigation menu bar
- breadcrumbItems - Slot for Breadcrumb items
<li>
- content - Slot where the content to be inserted
- footer - Slot where the footer or company details or info to be inserted
- headerImports - Slot in header where the custom css or js file to be inserted
- footerImports - Slot in footer where the custom js file to be inserted
Insert the slots inside the component like shown usage below.
To see the full example implementation of the component, publish the views that can be found after publishing in /views/vendor/sintex-layouts/top-nav
Sidebar Layout
x-sintex-layout-sidebar
Usage
Parameters
- title - The page title [Required]
- header-text - Content Header text[Required]
- nav-bar-color - Navigation bar color [Optional]
- sidebar-color - Sidebar panel color [Optional]
- brand-color - Sidebar brand color [Optional]
- brand-name - Brand Name [Required]
- text-sizing - Body text sizing [Optional]
Named Slots
- navbar - Slot for Navigation menu bar
- sidebarMenu - Slot for sidebar menu items
<li>
- breadcrumbItems - Slot for Breadcrumb items
<li>
- sidebarUserPanel - Slot for sidebar user panel
- content - Slot where the content to be inserted
- footer - Slot where the footer or company details or info to be inserted
- headerImports - Slot in header where the custom css or js file to be inserted
- footerImports - Slot in footer where the custom js file to be inserted
To see the full example implementation of the component, publish the views that can be found after publishing in /views/vendor/sintex-layouts/sidebar