Download the PHP package polashmahmud/dishari without Composer

On this page you can find all versions of the php package polashmahmud/dishari. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dishari

Dishari Menu Management

Dishari Menu Management

A powerful and flexible menu management package for Laravel applications built with Inertia.js and Vue 3. This package provides a drag-and-drop interface for managing nested menus, complete with icon support, groups, and active status toggling.

Features

Installation

1. Require the Package

Install the package via Composer:

2. Run the Installer

Run the dishari:install command to publish the configuration, migrations, and frontend assets.

During installation, you will be asked to provide a directory name (default: dishari). This determines where the frontend files will be published:

3. Run Migrations

Run the migrations to create the menu tables:

4. Compile Assets

Recompile your assets to include the new components:

Frontend Integration

To display the dynamic menu in your application, you need to update your Sidebar component (usually resources/js/components/AppSidebar.vue or similar).

1. Update Menu Data Source

Locate your sidebar component and replace the static menu items with the useDishari hook.

Remove static data like this:

Add the dynamic hook:

2. Import the NavMain Component

You need to import the NavMain component that was published to your project. The path depends on the directory name you chose during installation.

If you chose dishari (default):

If you chose menu:

Full Example (AppSidebar.vue):

Usage

Accessing the Management Interface

Once installed, you can access the menu management interface at:

Configuration

The configuration file is located at config/dishari.php. You can customize the directory name, cache settings, and authentication requirements.

Requirements

License

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


All versions of dishari with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package polashmahmud/dishari contains the following files

Loading the files please wait ...