Commit Graph

13 Commits

Author SHA1 Message Date
Mekan1206
1870583441 Add Laravel Sanctum for API authentication and update routes
- Included `laravel/sanctum` in `composer.json` for lightweight API authentication.
- Updated `User` model to use `HasApiTokens` trait for token management.
- Configured API routing in `bootstrap/app.php`.
- Modified `DatabaseSeeder` to include `ShieldSeeder` and adjusted `FillJsonData` seeder method.
- Changed JSON data path in `ProvincesMigrator` for testing purposes.
- Updated web routes to utilize `MigrationController` for better organization.
2025-12-21 19:50:38 +05:00
Mekan1206
a9c7ec6b80 Remove pxlrbt/filament-activity-log dependency from composer.json and update composer.lock. Enhance LoginController validation by adding a rule to exclude a specific username. Minor adjustments in migration files for activity log to improve code organization. 2025-12-21 17:51:38 +05:00
Mekan1206
4038d47582 add composer require spatie/laravel-activitylog 2025-12-21 06:42:41 +05:00
Mekan1206
4fc242bc7d Update dependencies and enhance components
- Added "halaxa/json-machine" dependency to composer.json.
- Updated content hash in composer.lock to reflect changes.
- Improved SpatieMediaLibraryFileEntry component documentation.
- Expanded FillJsonData seeder to include new migrators for card types, orders, and pin orders.
- Updated Tailwind CSS version in app.css.
- Refactored various JavaScript components for better performance and readability.
- Added a test route in web.php for debugging purpose
2025-12-21 02:41:27 +05:00
183916a62a add filament-upload-pro 2025-11-18 01:50:54 +05:00
294ec0144d locale fix 2025-11-13 11:49:41 +05:00
31ab39b21c wip 2025-11-13 00:13:29 +05:00
84f551ddc6 add visa 2025-11-07 01:31:12 +05:00
516c17326c wip 2025-11-03 20:03:02 +05:00
e79d77625f wip 2025-11-03 17:34:58 +05:00
72d2a4b1f5 beautiful code 2025-10-28 23:21:22 +05:00
e24ad8deb0 try 2025-10-27 21:53:27 +05:00
736e3bef18 install 2025-10-22 20:08:22 +05:00