fuelviews/laravel-navigation

Laravel navigation package

v1.0.5 2025-05-10 17:42 UTC

README

Installation

You can install the package via composer:

composer require fuelviews/laravel-navigation

You can publish and run the migrations with:

You can publish the config file with:

php artisan vendor:publish --tag="navigation-config"

Optionally, you can publish the logo view using:

php artisan vendor:publish --tag="navigation-logo"

Optionally, you can publish the views using:

php artisan vendor:publish --tag="navigation-views"

Usage

<x-navigation::navigation />
<x-navigation::spacer />

Tailwindcss classes

Add laravel-forms to your tailwind.config.js file:

    content: [
        './vendor/fuelviews/laravel-forms/resources/**/*.{js,vue,blade.php}',
    ]

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.