sadique/privilege

Dynamically pages give to other user.

v1.0 2021-01-31 15:08 UTC

This package is auto-updated.

Last update: 2024-09-08 14:59:53 UTC


README

Issues Stars

Dynamically pages give to other user.

Install Package :

composer require sadique/privilege

Run Migrate :

php artisan migrate

Publish blade page to your views folder (Go to resources/views/privilege/all blade pages)

php artisan vendor:publish

Note:- Please make logins table

    Schema::create('logins', function (Blueprint $table) {
        $table->id();
        $table->string('name');
        $table->string('email')->unique();
        $table->string('mobile');
        $table->string('privilege_id')->nullable();
        $table->timestamps();
    });

URL Route Links

  1. http://projecturl/addpages
  2. http://projecturl/showprivilege
  3. http://projecturl/assignprivilege

Email: mdsadiquedeveloper@gmail.com
WhatsApp Web (91) 97705-99354
WhatsApp Mobile (91) 97705-99354