goodcatch/laravel-module-base

publish base resources

dev-master 2024-04-10 05:20 UTC

This package is auto-updated.

Last update: 2024-04-10 05:20:38 UTC


README

Introduction

The Laravel Modules Base overwrite routes, resources, or others files.

With help of package allenwakeup/laravel-modules, there is an opportunity that makes laravel in modules.

Installation

To install through Composer, by run the following command:

composer require goodcatch/laravel-module-base

migration

php artisan goodcatch:table

php artisan migrate

php artisan goodcatch:cache

seed

php artisan goodcatch:seed base

publish files

just following commands.

php artisan vendor:publish --tag=goodcatch-modules-base --force

note: make project clean and then publish files.

node

build front-end

yarn run prod

or

yarn run dev

others

  • add menu, role menu mapping, permission, role permission mapping

checkout permission seeder