]> www.git.momoyon.org Git - momoyon.org.laravel.git/commit
Add Filament Resources main
authorictadmin <ictadm@jawakara.com>
Sat, 15 Nov 2025 07:09:58 +0000 (13:09 +0600)
committerictadmin <ictadm@jawakara.com>
Sat, 15 Nov 2025 07:09:58 +0000 (13:09 +0600)
commit1fff6031d0441dd217d7e48186d6c84115d8a82d
treea28c695d21e6cd00387f3b982801e1bb5425ddb9
parentd77386a0ae6a2d1664f3d45e9b0c98104666becd
Add Filament Resources
70 files changed:
app/Filament/Resources/Links/LinkResource.php [new file with mode: 0644]
app/Filament/Resources/Links/Pages/CreateLink.php [new file with mode: 0644]
app/Filament/Resources/Links/Pages/EditLink.php [new file with mode: 0644]
app/Filament/Resources/Links/Pages/ListLinks.php [new file with mode: 0644]
app/Filament/Resources/Links/Pages/ViewLink.php [new file with mode: 0644]
app/Filament/Resources/Links/Schemas/LinkForm.php [new file with mode: 0644]
app/Filament/Resources/Links/Schemas/LinkInfolist.php [new file with mode: 0644]
app/Filament/Resources/Links/Tables/LinksTable.php [new file with mode: 0644]
app/Filament/Resources/Users/Pages/CreateUser.php [new file with mode: 0644]
app/Filament/Resources/Users/Pages/EditUser.php [new file with mode: 0644]
app/Filament/Resources/Users/Pages/ListUsers.php [new file with mode: 0644]
app/Filament/Resources/Users/Pages/ViewUser.php [new file with mode: 0644]
app/Filament/Resources/Users/Schemas/UserForm.php [new file with mode: 0644]
app/Filament/Resources/Users/Schemas/UserInfolist.php [new file with mode: 0644]
app/Filament/Resources/Users/Tables/UsersTable.php [new file with mode: 0644]
app/Filament/Resources/Users/UserResource.php [new file with mode: 0644]
app/Models/Link.php
app/Providers/Filament/AdminPanelProvider.php [new file with mode: 0644]
bootstrap/providers.php
composer.json
public/css/filament/filament/app.css [new file with mode: 0644]
public/fonts/filament/filament/inter/index.css [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-cyrillic-ext-wght-normal-ASVAGXXE.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-cyrillic-ext-wght-normal-IYF56FF6.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-cyrillic-ext-wght-normal-XKHXBTUO.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-cyrillic-wght-normal-EWLSKVKN.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-cyrillic-wght-normal-JEOLYBOO.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-cyrillic-wght-normal-R5CMSONN.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-greek-ext-wght-normal-7GGTF7EK.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-greek-ext-wght-normal-EOVOK2B5.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-greek-ext-wght-normal-ZEVLMORV.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-greek-wght-normal-AXVTPQD5.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-greek-wght-normal-IRE366VL.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-greek-wght-normal-N43DBLU2.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-latin-ext-wght-normal-5SRY4DMZ.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-latin-ext-wght-normal-GZCIV3NH.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-latin-ext-wght-normal-HA22NDSG.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-latin-wght-normal-NRMW37G5.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-latin-wght-normal-O25CN4JL.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-latin-wght-normal-OPIJAQLS.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-vietnamese-wght-normal-CE5GGD3W.woff2 [new file with mode: 0644]
public/fonts/filament/filament/inter/inter-vietnamese-wght-normal-TWG5UU7E.woff2 [new file with mode: 0644]
public/js/filament/actions/actions.js [new file with mode: 0644]
public/js/filament/filament/app.js [new file with mode: 0644]
public/js/filament/filament/echo.js [new file with mode: 0644]
public/js/filament/forms/components/checkbox-list.js [new file with mode: 0644]
public/js/filament/forms/components/code-editor.js [new file with mode: 0644]
public/js/filament/forms/components/color-picker.js [new file with mode: 0644]
public/js/filament/forms/components/date-time-picker.js [new file with mode: 0644]
public/js/filament/forms/components/file-upload.js [new file with mode: 0644]
public/js/filament/forms/components/key-value.js [new file with mode: 0644]
public/js/filament/forms/components/markdown-editor.js [new file with mode: 0644]
public/js/filament/forms/components/rich-editor.js [new file with mode: 0644]
public/js/filament/forms/components/select.js [new file with mode: 0644]
public/js/filament/forms/components/slider.js [new file with mode: 0644]
public/js/filament/forms/components/tags-input.js [new file with mode: 0644]
public/js/filament/forms/components/textarea.js [new file with mode: 0644]
public/js/filament/notifications/notifications.js [new file with mode: 0644]
public/js/filament/schemas/components/actions.js [new file with mode: 0644]
public/js/filament/schemas/components/tabs.js [new file with mode: 0644]
public/js/filament/schemas/components/wizard.js [new file with mode: 0644]
public/js/filament/schemas/schemas.js [new file with mode: 0644]
public/js/filament/support/support.js [new file with mode: 0644]
public/js/filament/tables/components/columns/checkbox.js [new file with mode: 0644]
public/js/filament/tables/components/columns/select.js [new file with mode: 0644]
public/js/filament/tables/components/columns/text-input.js [new file with mode: 0644]
public/js/filament/tables/components/columns/toggle.js [new file with mode: 0644]
public/js/filament/tables/tables.js [new file with mode: 0644]
public/js/filament/widgets/components/chart.js [new file with mode: 0644]
public/js/filament/widgets/components/stats-overview/stat/chart.js [new file with mode: 0644]