Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
wallo ae1a3ff004 refactor: navigation and double-entry accounting před 1 rokem
..
app.php Enhance application with Live Currency feature and Transmatic integration před 1 rokem
auth.php 1.x před 2 roky
aws.php Enhance application with Live Currency feature and Transmatic integration před 1 rokem
blade-icons.php Enhance application with Live Currency feature and Transmatic integration před 1 rokem
broadcasting.php add pint and refactor před 2 roky
cache.php add pint and refactor před 2 roky
chart-of-accounts.php refactor: Service logic před 1 rokem
cors.php - v1 new file: .editorconfig new file: .env.example new file: .gitattributes new file: .gitignore new file: README.md new file: app/Console/Kernel.php new file: app/Exceptions/Handler.php new file: app/Http/Controllers/Controller.php new file: app/Http/Kernel.php new file: app/Http/Middleware/Authenticate.php new file: app/Http/Middleware/EncryptCookies.php new file: app/Http/Middleware/PreventRequestsDuringMaintenance.php new file: app/Http/Middleware/RedirectIfAuthenticated.php new file: app/Http/Middleware/TrimStrings.php new file: app/Http/Middleware/TrustHosts.php new file: app/Http/Middleware/TrustProxies.php new file: app/Http/Middleware/ValidateSignature.php new file: app/Http/Middleware/VerifyCsrfToken.php new file: app/Models/User.php new file: app/Providers/AppServiceProvider.php new file: app/Providers/AuthServiceProvider.php new file: app/Providers/BroadcastServiceProvider.php new file: app/Providers/EventServiceProvider.php new file: app/Providers/RouteServiceProvider.php new file: artisan new file: bootstrap/app.php new file: bootstrap/cache/.gitignore new file: composer.json new file: composer.lock new file: config/app.php new file: config/auth.php new file: config/broadcasting.php new file: config/cache.php new file: config/cors.php new file: config/database.php new file: config/filesystems.php new file: config/hashing.php new file: config/logging.php new file: config/mail.php new file: config/queue.php new file: config/sanctum.php new file: config/services.php new file: config/session.php new file: config/view.php new file: database/.gitignore new file: database/factories/UserFactory.php new file: database/migrations/2014_10_12_000000_create_users_table.php new file: database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php new file: database/migrations/2019_08_19_000000_create_failed_jobs_table.php new file: database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php new file: database/seeders/DatabaseSeeder.php new file: package.json new file: phpunit.xml new file: public/.htaccess new file: public/favicon.ico new file: public/index.php new file: public/robots.txt new file: resources/css/app.css new file: resources/js/app.js new file: resources/js/bootstrap.js new file: resources/views/welcome.blade.php new file: routes/api.php new file: routes/channels.php new file: routes/console.php new file: routes/web.php new file: storage/app/.gitignore new file: storage/app/public/.gitignore new file: storage/framework/.gitignore new file: storage/framework/cache/.gitignore new file: storage/framework/cache/data/.gitignore new file: storage/framework/sessions/.gitignore new file: storage/framework/testing/.gitignore new file: storage/framework/views/.gitignore new file: storage/logs/.gitignore new file: tests/CreatesApplication.php new file: tests/Feature/ExampleTest.php new file: tests/TestCase.php new file: tests/Unit/ExampleTest.php new file: vite.config.js před 2 roky
database.php add pint and refactor před 2 roky
dompdf.php refactor: navigation and double-entry accounting před 1 rokem
filament.php v2: Filament v3 support před 2 roky
filesystems.php add pint and refactor před 2 roky
hashing.php - v1 new file: .editorconfig new file: .env.example new file: .gitattributes new file: .gitignore new file: README.md new file: app/Console/Kernel.php new file: app/Exceptions/Handler.php new file: app/Http/Controllers/Controller.php new file: app/Http/Kernel.php new file: app/Http/Middleware/Authenticate.php new file: app/Http/Middleware/EncryptCookies.php new file: app/Http/Middleware/PreventRequestsDuringMaintenance.php new file: app/Http/Middleware/RedirectIfAuthenticated.php new file: app/Http/Middleware/TrimStrings.php new file: app/Http/Middleware/TrustHosts.php new file: app/Http/Middleware/TrustProxies.php new file: app/Http/Middleware/ValidateSignature.php new file: app/Http/Middleware/VerifyCsrfToken.php new file: app/Models/User.php new file: app/Providers/AppServiceProvider.php new file: app/Providers/AuthServiceProvider.php new file: app/Providers/BroadcastServiceProvider.php new file: app/Providers/EventServiceProvider.php new file: app/Providers/RouteServiceProvider.php new file: artisan new file: bootstrap/app.php new file: bootstrap/cache/.gitignore new file: composer.json new file: composer.lock new file: config/app.php new file: config/auth.php new file: config/broadcasting.php new file: config/cache.php new file: config/cors.php new file: config/database.php new file: config/filesystems.php new file: config/hashing.php new file: config/logging.php new file: config/mail.php new file: config/queue.php new file: config/sanctum.php new file: config/services.php new file: config/session.php new file: config/view.php new file: database/.gitignore new file: database/factories/UserFactory.php new file: database/migrations/2014_10_12_000000_create_users_table.php new file: database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php new file: database/migrations/2019_08_19_000000_create_failed_jobs_table.php new file: database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php new file: database/seeders/DatabaseSeeder.php new file: package.json new file: phpunit.xml new file: public/.htaccess new file: public/favicon.ico new file: public/index.php new file: public/robots.txt new file: resources/css/app.css new file: resources/js/app.js new file: resources/js/bootstrap.js new file: resources/views/welcome.blade.php new file: routes/api.php new file: routes/channels.php new file: routes/console.php new file: routes/web.php new file: storage/app/.gitignore new file: storage/app/public/.gitignore new file: storage/framework/.gitignore new file: storage/framework/cache/.gitignore new file: storage/framework/cache/data/.gitignore new file: storage/framework/sessions/.gitignore new file: storage/framework/testing/.gitignore new file: storage/framework/views/.gitignore new file: storage/logs/.gitignore new file: tests/CreatesApplication.php new file: tests/Feature/ExampleTest.php new file: tests/TestCase.php new file: tests/Unit/ExampleTest.php new file: vite.config.js před 2 roky
livewire.php update: ConnectedAccounts page před 1 rokem
logging.php Enhance application with Live Currency feature and Transmatic integration před 1 rokem
mail.php v2: Filament v3 support před 2 roky
money.php Enhance application with Live Currency feature and Transmatic integration před 1 rokem
plaid.php feat: Progress towards upcoming 2.x release před 1 rokem
queue.php Enhance application with Live Currency feature and Transmatic integration před 1 rokem
sanctum.php v2: Filament v3 support před 2 roky
services.php update: ConnectedAccounts page před 1 rokem
session.php add pint and refactor před 2 roky
transmatic.php Enhance application with Live Currency feature and Transmatic integration před 1 rokem
view.php - v1 new file: .editorconfig new file: .env.example new file: .gitattributes new file: .gitignore new file: README.md new file: app/Console/Kernel.php new file: app/Exceptions/Handler.php new file: app/Http/Controllers/Controller.php new file: app/Http/Kernel.php new file: app/Http/Middleware/Authenticate.php new file: app/Http/Middleware/EncryptCookies.php new file: app/Http/Middleware/PreventRequestsDuringMaintenance.php new file: app/Http/Middleware/RedirectIfAuthenticated.php new file: app/Http/Middleware/TrimStrings.php new file: app/Http/Middleware/TrustHosts.php new file: app/Http/Middleware/TrustProxies.php new file: app/Http/Middleware/ValidateSignature.php new file: app/Http/Middleware/VerifyCsrfToken.php new file: app/Models/User.php new file: app/Providers/AppServiceProvider.php new file: app/Providers/AuthServiceProvider.php new file: app/Providers/BroadcastServiceProvider.php new file: app/Providers/EventServiceProvider.php new file: app/Providers/RouteServiceProvider.php new file: artisan new file: bootstrap/app.php new file: bootstrap/cache/.gitignore new file: composer.json new file: composer.lock new file: config/app.php new file: config/auth.php new file: config/broadcasting.php new file: config/cache.php new file: config/cors.php new file: config/database.php new file: config/filesystems.php new file: config/hashing.php new file: config/logging.php new file: config/mail.php new file: config/queue.php new file: config/sanctum.php new file: config/services.php new file: config/session.php new file: config/view.php new file: database/.gitignore new file: database/factories/UserFactory.php new file: database/migrations/2014_10_12_000000_create_users_table.php new file: database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php new file: database/migrations/2019_08_19_000000_create_failed_jobs_table.php new file: database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php new file: database/seeders/DatabaseSeeder.php new file: package.json new file: phpunit.xml new file: public/.htaccess new file: public/favicon.ico new file: public/index.php new file: public/robots.txt new file: resources/css/app.css new file: resources/js/app.js new file: resources/js/bootstrap.js new file: resources/views/welcome.blade.php new file: routes/api.php new file: routes/channels.php new file: routes/console.php new file: routes/web.php new file: storage/app/.gitignore new file: storage/app/public/.gitignore new file: storage/framework/.gitignore new file: storage/framework/cache/.gitignore new file: storage/framework/cache/data/.gitignore new file: storage/framework/sessions/.gitignore new file: storage/framework/testing/.gitignore new file: storage/framework/views/.gitignore new file: storage/logs/.gitignore new file: tests/CreatesApplication.php new file: tests/Feature/ExampleTest.php new file: tests/TestCase.php new file: tests/Unit/ExampleTest.php new file: vite.config.js před 2 roky