From 0b776016d4aa2aab85d49f35261e2d15ce89c9b4 Mon Sep 17 00:00:00 2001 From: kushal-saha Date: Fri, 24 Apr 2026 06:17:33 +0000 Subject: [PATCH] deps: sanctum --- .idea/neoban.iml | 131 +++++++++++++++++- .idea/php-test-framework.xml | 14 ++ .idea/php.xml | 131 ++++++++++++++++++ .idea/prettier.xml | 6 + backend/app/Models/User.php | 3 +- backend/bootstrap/app.php | 1 + backend/composer.json | 3 +- backend/composer.lock | 65 ++++++++- backend/config/sanctum.php | 84 +++++++++++ ...16_create_personal_access_tokens_table.php | 33 +++++ backend/routes/api.php | 8 ++ 11 files changed, 475 insertions(+), 4 deletions(-) create mode 100644 .idea/php-test-framework.xml create mode 100644 .idea/prettier.xml create mode 100644 backend/config/sanctum.php create mode 100644 backend/database/migrations/2026_04_24_054216_create_personal_access_tokens_table.php create mode 100644 backend/routes/api.php diff --git a/.idea/neoban.iml b/.idea/neoban.iml index c956989..511bbe3 100644 --- a/.idea/neoban.iml +++ b/.idea/neoban.iml @@ -1,7 +1,136 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml new file mode 100644 index 0000000..3db8c64 --- /dev/null +++ b/.idea/php-test-framework.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index f324872..7e3d2f7 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,6 +10,137 @@