Releases: tomirons/aura-kingdom-web
Releases · tomirons/aura-kingdom-web
v1.0.2
We've fixed a few bugs, and added the PaymentWall pingback.
Note: If you are upgrading you will need to run the following commands.
composer install
php artisan db:seed --class=PermissionsTableSeeder
php artisan db:seed --class=SettingsTableSeeder
v1.0.1
We've added a new package to the panel to use roles and permissions.
Note: If you are upgrading you will need to run the following commands.
composer install
php artisan migrate
php artisan db:seed --class=RolesTableSeeder
php artisan db:seed --class=PermissionsTableSeeder
v1.0.0
This is the initial release of the panel, we are looking forward to make multiple additions to the panel.
If you find ANY bugs, please create an issue and we'll deal with them accordingly.