LaravelPackages.net
Acme Inc.
Toggle sidebar
goodcatch/laravel-module-base

publish base resources

78
0
About goodcatch/laravel-module-base

goodcatch/laravel-module-base is a Laravel package for publish base resources. It currently has 0 GitHub stars and 78 downloads on Packagist. Install it with composer require goodcatch/laravel-module-base. Discover more Laravel packages by goodcatch or browse all Laravel packages to compare alternatives.

Last updated

Laravel Modules Base

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

Star History Chart