Introduction

Installation

Composer

This is a useful package for building menus in your Laravel application, and it can help simplify the process of creating and managing menus in your application.

composer require salahhusa9/laravel-updater

You can publish the config file with:

php artisan vendor:publish --tag="laravel-updater-config"
Previous
Getting started