Download the PHP package a3stic0de/laravel-layouts-ui without Composer
On this page you can find all versions of the php package a3stic0de/laravel-layouts-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download a3stic0de/laravel-layouts-ui
More information about a3stic0de/laravel-layouts-ui
Files in a3stic0de/laravel-layouts-ui
Package laravel-layouts-ui
Short Description A Laravel package to generate reusable layouts.
License MIT
Informations about the package laravel-layouts-ui
Laravel Layouts UI
A Laravel package to generate reusable layout templates for your Laravel applications. This package provides a complete set of blade layout templates and associated assets for quick Laravel application setup.
Features
- Pre-built responsive layout templates
- Automated assets extraction
- Easy installation and setup
- Support for Laravel 8.x and 9.x
- Customizable templates
- Built-in navigation components
Requirements
- PHP ^7.3|^8.0
- Laravel ^8.0|^9.0
- ZipArchive PHP extension
Installation
Install the package via Composer:
The package will automatically register its service provider LayoutsServiceProvider
.
Usage
Quick Setup
Generate all layouts and extract assets using the provided Artisan command:
This command will:
- Create layout files in
resources/views/layouts/
- Extract assets to
public/assets/
Manual Publishing
Publish only the layout views:
Publish only the assets:
Layout Components
The package includes the following blade templates:
main.blade.php
- Base layout templatenavbar.blade.php
- Navigation bar componentsidebar.blade.php
- Sidebar navigation componentfooter.blade.php
- Footer component
Configuration
The layout templates are highly customizable. After publishing, you can find them in:
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Security
If you discover any security-related issues, please email via GitHub instead of using the issue tracker.
License
This package is open-sourced software licensed under the MIT license.