Download the PHP package rhinoda/admin_module without Composer

On this page you can find all versions of the php package rhinoda/admin_module. 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 admin_module

GitHub issues GitHub forks GitHub stars GitHub license [Laravel Support]()

Rhinoda Admin Module

Role management,creating CRUD controllers and file manager for Laravel framework

Contents

Installation

1.Change CACHE_DRIVER=array in env.

2.Remove user table from migration

3.Install package

`

4.Open your config/app.php and add the following to the providers array:

`

5.In the same config/app.php and add the following to the aliases array:

`

6.Run the command below to publish Rhinoda And Entrust files :

`

7.Open your config/auth.php and add the following to it:

`

8.Open your config/app.php and add the following to the providers array:

`

9.Open your config/entrust.php and change path to models for Role and Permission models

`

10.Laravel Auth

`

11.Remove Auth Routes from web.php

12.Run migration

`

Configuration

Entrast

In this module already created all general models, which will be used.

For more information about Role-based Permission:

Link to package guide

Usage

First User

php artisan admin:install

Item creating

CRUD

After creation CRUD controller, immediately created:

Troubleshooting

License

Rhinoda Admin is free software distributed under the terms of the MIT license.

Contribution guidelines

Support follows PSR-1 and PSR-4 PHP coding standards, and semantic versioning.

Please report any issue you find in the issues page.

Pull requests are welcome.


All versions of admin_module with dependencies

PHP Build Version
Package Version
Requires zizaco/entrust Version ^1.9
laravelcollective/html Version ^5.4.0
yajra/laravel-datatables-oracle Version ~8.0
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 rhinoda/admin_module contains the following files

Loading the files please wait ....