first commit

This commit is contained in:
jayson-temporas
2025-06-21 14:29:42 +08:00
commit 7fd48f7630
17 changed files with 8596 additions and 0 deletions

33
composer.json Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "jaysontemporas/page-bookmarks",
"version": "1.0.0",
"type": "library",
"require-dev": {
"php": "^8.3",
"laravel/pint": "^1.17"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Jaysontemporas\\PageBookmarks\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Jaysontemporas\\PageBookmarks\\PageBookmarksServiceProvider"
]
}
},
"authors": [
{
"name": "Jayson Temporas"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"filament/filament": "^3.2",
"spatie/laravel-package-tools": "^1.18"
}
}