Download the PHP package wnikk/laravel-access-ui without Composer

On this page you can find all versions of the php package wnikk/laravel-access-ui. 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 laravel-access-ui

Laravel Access Control Rules

Laravel Access Control Rules Ui

(ACR - Access Control Rules, Permissions Package with User Interface)

PHP Version Require Total Downloads Latest Unstable Version

This is FrontEnd for package Laravel Access Rules.

What does Access Rules support?

Documentation, Installation, and Usage Instructions Backend

Before using UI, it is necessary to install the ACR (Access Control Rules) itself.

See the documentation for detailed installation and usage instructions.

You can install the package UI using composer:

And publish the config/accessUi.php config file with:

Theme

Bootstrap 4 and Bootstrap 5

Laravel Access Control Rules Ui

ukit

Laravel Access Control Rules Ui

Optional GUI Routes

HTTP method Route Main page Controller Action
GET accessui/ accessUi.main ...AccessUiController main
HTTP method Route Pages JSON data Controller Action
GET accessui/rules-data accessUi.rules-data.index ...RulesController index
POST accessui/rules-data accessUi.rules-data.store ...RulesController store
PUT accessui/rules-data/{id} accessUi.rules-data.update ...RulesController update
DELETE accessui/rules-data/{id} accessUi.rules-data.destroy ...RulesController destroy
GET accessui/owners-data accessUi.owners-data.index ...OwnersController index
POST accessui/owners-data accessUi.owners-data.store ...OwnersController store
PUT accessui/owners-data/{id} accessUi.owners-data.update ...OwnersController update
DELETE accessui/owners-data/{id} accessUi.owners-data.destroy ...OwnersController destroy
GET accessui/owner/{owner}/inherit-data accessUi.owner.inherit-data.index ...InheritController index
POST accessui/owner/{owner}/inherit-data accessUi.owner.inherit-data.store ...InheritController store
DELETE accessui/owner/{owner}/inherit-data/{id} accessUi.owner.inherit-data.destroy ...InheritController destroy
GET accessui/owner/{owner}/permission-data accessUi.owner.permission-data.index ...PermissionController index
PUT accessui/owner/{owner}/permission-data/{id} accessUi.owner.permission-data.update ...PermissionController update

Contributing

Please report any issue you find in the issues page. Pull requests are more than welcome.

License

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


All versions of laravel-access-ui with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
illuminate/auth Version ^8.0|^9.0|^10.0|^11.0
illuminate/container Version ^8.0|^9.0|^10.0|^11.0
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0
illuminate/console Version ^8.0|^9.0|^10.0|^11.0
wnikk/laravel-access-rules Version ^2.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 wnikk/laravel-access-ui contains the following files

Loading the files please wait ....