srdev93 / account-module
There is no license information available for the latest version (1.0.1) of this package.
Package info
github.com/SrDev93/account-module
Language:Blade
Type:laravel-module
pkg:composer/srdev93/account-module
1.0.1
2023-07-01 06:20 UTC
README
srdev93/account-module is a Laravel Module for laravel websites.
This module is made with the following package:
composer require nwidart/laravel-modules
requires
Install this package before installing the module:
composer require joshbrw/laravel-module-installer composer require spatie/laravel-permission
Installation
To install with Composer:
composer require srdev93/account-module
then run:
php artisan module:migrate account php artisan module:enable account