Feat: Moving Migrations from boboko to core

This commit is contained in:
2026-07-02 19:38:05 +03:00
parent 2d1d454b23
commit dfbf85ef33
7 changed files with 355 additions and 16 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ Add the repository to your project's `composer.json`:
Then run:
```bash
composer require radical-elements/core
composer require boboko/core
php artisan vendor:publish --tag=core-assets
php artisan migrate
```