Skip to content

mohammadsadique/privilege-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Privilege or Role Assign package

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published