Download the PHP package skuadron45/ci4adminrbac without Composer

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

Modul - CodeIgniter 4 Simple RBAC

Latest Stable Version Total Downloads alt License

Fitur yang digunakan/tersedia

Update 13-01-2024 !

Update 11-07-2023 !

Update 07-03-2020 !

Update 19-04-2020 !

Next Update

Persiapan

Pastikan codeigniter4/appstarter project siap digunakan, baca tutorial install disini

Sesuaikan Base URL di App/Config/Database.php atau .env file Sesuaikan nama database yang akan digunakan di App/Config/Database.php atau .env file *buat database baru bila database belum ada

Contoh via .env file:

Instalasi module via composer

Buka CMD/Shell di root project, run command berikut:

Jalankan command berikut untuk instalasi module (include migration, seeder, dll)

Tambahkan alias Filters -> App/Config/Filters

Routes List Modul

Untuk mengetahui url yang tersedia untuk module ini, silahkan jalankan command:

routes untuk module ini yang tersedia dengan kolom handler dimulai dengan namespace \Ci4adminrbac\*

Berikut ini adalah routes path yang sudah tersedia:

Catatan

Membuat .env file

Buka CMD/Shell di root project, run command berikut:

*perintah copy file env menjadi .env file secara command line (biasanya via GUI tidak dapat membuat .env file)

Codeigniter 4 Core System

Karena saat ini codeigniter4 masih update terus perbaikannya, saya menggunakan repo github codeigniter4/CodeIgniter4 untuk core system CI4-nya. Hal tersebut dapat dilakukan dengan melakukan langkah berikut:

Run command berikut:

Perintah ini akan mengubah isi composer.json pada bagian

menjadi:

dan menambahkan baris:

Silahkan tambahkan 1 property berikut ini:

Untuk penjelasan prefer-stable silahkan baca di sini

Lalu jalankan kembali perintah:


All versions of ci4adminrbac with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^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 skuadron45/ci4adminrbac contains the following files

Loading the files please wait ....