sadique / privilege
Dynamically pages give to other user.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2024-11-08 15:17:34 UTC
README
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
Email: mdsadiquedeveloper@gmail.com
WhatsApp Web (91) 97705-99354
WhatsApp Mobile (91) 97705-99354