Commit Graph
11032 Commits
Author SHA1 Message Date
peaklabs-dev a9a007fbe6 feat: share flash messages 2025-08-17 23:52:09 +02:00
peaklabs-dev 0481ada5a7 feat: render svelte & vue pages with inertia 2025-08-17 22:55:50 +02:00
peaklabs-dev 68b64659f2 feat: init svelte 2025-08-17 22:55:15 +02:00
peaklabs-dev e22b71d172 feat: install svelte & upgrade inertia 2025-08-17 22:53:31 +02:00
peaklabs-dev c7de43f48b feat(workflows): improve tests action
- add Bun Audit step
- improve naming
- wait on composer validation, bun and composer audit before running test suite
2025-06-20 22:37:22 +02:00
Andras Bacsai 52b66b4009 chore(dependencies): add Vue 3.5.13 to package.json and bun.lock 2025-05-06 12:10:07 +02:00
Andras Bacsai a8b1c6223a more basic stuffs, like sidebar, teamswitcher, etc. 2025-05-05 22:16:20 +02:00
Andras Bacsai 50c329ada5 feat(ui): Enhance sidebar component and layout structure with new AppSidebar and Layout.vue files 2025-05-05 11:23:49 +02:00
Andras Bacsai 48a7f72890 feat(ui): Add all shadcn components 2025-05-05 10:48:04 +02:00
Andras Bacsai 9bcb8dc739 feat(ui): Add shadcn-vue and all related things 2025-05-05 10:34:55 +02:00
Andras Bacsai bfba95c499 feat(inertia): integrate Inertia.js with Laravel, add Vue support and create initial Home page 2025-05-05 10:15:47 +02:00
Andras Bacsai 444214dbd0 feat(migrations): add cache and sessions tables with necessary fields 2025-05-05 10:05:10 +02:00
peaklabs-dev d45a2fcf37 refactor(git): new .gitignore file 2025-04-30 17:36:03 +02:00
peaklabs-dev 117012bd17 refactor(core): new v5 changelog 2025-04-30 16:42:16 +02:00
peaklabs-dev d41e700c3f refactor(core): encrypt session and expire them on close 2025-04-30 16:32:29 +02:00
peaklabs-dev bbccafdb12 chore(workflows): update cache key naming 2025-04-30 16:28:33 +02:00
peaklabs-dev b7d7e49b46 chore(core): rename composer scripts for clarity 2025-04-30 16:19:39 +02:00
peaklabs-dev f284a8f2b9 feat(workflows): Add new test Action which runs all tests 2025-04-30 16:17:39 +02:00
peaklabs-dev 580e4ab987 refactor(workflows): Add optimized stale and lock actions 2025-04-30 16:16:50 +02:00
peaklabs-dev 6b649e96c4 chore(core): add missing config value & wording update 2025-04-29 13:39:48 +02:00
peaklabs-dev 4e52b86d6d feat(GitHub): Add new Issue Templates 2025-04-29 13:01:49 +02:00
peaklabs-dev 8784605e14 refactor(core): storage framework gitignore file 2025-04-24 10:29:33 +02:00
peaklabs-dev f6e6149f68 feat(core): new cleaned up .env files 2025-04-24 10:28:13 +02:00
peaklabs-dev 041aaed8da chore(docker): adjust dockerignore for more editor files 2025-04-23 22:08:50 +02:00
peaklabs-dev e798359f1f feat(docker): new strict dockerignore file 2025-04-23 15:54:45 +02:00
peaklabs-dev ae4ce2ba65 fix(types): make types more strict in config files 2025-04-22 22:17:34 +02:00
peaklabs-dev 55bb989dc9 chore(core): .md wording update 2025-04-22 22:08:27 +02:00
peaklabs-dev 3922ef3e8b feat(tests): improve ArchTest
- add more rules for the entire repo
- add Resources rule
- improve existing rules
- adjust formatting
2025-04-22 22:06:20 +02:00
peaklabs-dev 621c78dd0e feat(tests): add base test and DB refresh on each test 2025-04-22 21:51:06 +02:00
peaklabs-dev 237f13bfcc feat(core): add base app route 2025-04-22 21:50:26 +02:00
peaklabs-dev 3c7616318d feat(core): improve AppServiceProvider
- Added automatic eager loading of relationships
- Configures Laravel Http Facade to prevent stray requests during tests.
- Configures Laravel Sleep Facade to be faked during tests.
2025-04-22 21:49:56 +02:00
peaklabs-dev fb90d390b8 chore(core): use single quotes 2025-04-22 21:39:09 +02:00
peaklabs-dev e411b493ca chore(config): adjust configs to the latest Laravel skeleton 2025-04-22 21:36:35 +02:00
peaklabs-dev 602581cbf5 fix(core): invalid config 2025-04-22 21:35:29 +02:00
peaklabs-dev 9d918257fe feat(ui): init tailwind v4 and switch vite to TS 2025-04-22 21:07:24 +02:00
peaklabs-dev b003ab9a51 chore(core): upgrade phpunit.xml to the latest Laravel skeleton 2025-04-22 21:04:43 +02:00
peaklabs-dev 1a9feb6af6 feat(tests): configure phpunit.xml for ArchTest and Pest 2025-04-22 21:01:36 +02:00
peaklabs-dev fde7d7224a chore(dep): bump dep and switch dev command to bun 2025-04-22 20:52:04 +02:00
peaklabs-dev 6fdf6cd64d fix(dep): lockfile version pinning 2025-04-17 15:13:24 +02:00
peaklabs-dev d2ba66dde8 chore(dep): bump node dependencies 2025-04-17 14:58:55 +02:00
peaklabs-dev 34960b578c feat(core): add Bun for Node dependencies 2025-04-06 09:41:16 +02:00
peaklabs-dev 0723f7eb36 feat(core): Add back LICENSE with updated year 2025-04-06 09:14:51 +02:00
peaklabs-dev 358111281b feat(core): new composer.json
- New composer.json with minimal dependencies
- Adds composer scripts for various commands
2025-04-06 09:00:51 +02:00
peaklabs-dev bda0ceaec3 fix(core): remove resources from rector conf 2025-03-30 01:59:33 +01:00
peaklabs-dev e25f1bf18f fix(core): ensure force https is always a bool 2025-03-30 01:51:35 +01:00
peaklabs-dev 78a946a701 feat(core): Add PHPStan cache folder 2025-03-30 01:37:10 +01:00
peaklabs-dev 0494c77bce feat(core): Add testing folders 2025-03-30 01:36:48 +01:00
peaklabs-dev 11b33a34f6 feat(core): Make PHPStan rules even more strict 2025-03-30 01:36:02 +01:00
peaklabs-dev 1158dad91e feat(core): Add PHPStan with level max 2025-03-29 16:57:07 +01:00
peaklabs-dev 3ac4661c0f chore(core): reorder password rules 2025-03-29 16:40:06 +01:00