omatech/mage

Maintainers

Details

github.com/omatech/mage

Source

Issues

Installs: 5 064

Dependents: 2

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 4

Open Issues: 0

pkg:composer/omatech/mage

v2.1 2025-06-02 11:31 UTC

README

Not for Production

Install

composer require omatech/mage

Setup

php artisan vendor:publish --tag=mage-publish

Will seed the tables after migrate

php artisan migrate

Update assets

php artisan vendor:publish --tag=mage-assets --force

Create User

php artisan mage:users-create

Blade

Improve @can directive adding guard for spatie

@can('permission-name', 'guard')
@elseif('permission-name', 'guard')
@end