Skip to content

SrDev93/mb-account-module

Repository files navigation

account-module

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

Installation

To install with Composer:

composer require srdev93/account-module

then run:

php artisan module:migrate account
php artisan module:enable account