goodcatch / laravel-module-base
publish base resources
Installs: 75
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=7.3
Requires (Dev)
- ext-json: *
- elendev/composer-push: ^1.0
- goodcatch/admin: dev-master
- laravel/framework: ^8.65
- laravel/helpers: ^1.4
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-12 00:58:41 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