Update application#4
Merged
Barata-Ribeiro merged 21 commits intomainfrom Feb 7, 2026
Merged
Conversation
…layout and typography
…enuAccent properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces new skill documentation files for several development areas and testing frameworks, enhancing guidance and onboarding for frontend, backend, and testing workflows. The documentation covers Laravel Fortify authentication, Inertia React development, Pest testing, Tailwind CSS v4 styling, and Wayfinder route referencing. Additionally, a minor cleanup removes a redundant debugbar command from
.phpstorm.meta.php.New skill documentation:
Authentication & Backend
.github/skills/developing-with-fortify/SKILL.mdwith comprehensive guidance for Laravel Fortify headless authentication, including feature setup workflows, best practices, and key endpoints.Frontend Development
.github/skills/inertia-react-development/SKILL.mddetailing Inertia.js v2 React usage, navigation, form handling, deferred props, polling, infinite scroll, and common pitfalls..github/skills/tailwindcss-development/SKILL.mddescribing Tailwind CSS v4 usage, configuration, layout patterns, dark mode, and migration tips from v3..github/skills/wayfinder-development/SKILL.mdexplaining how to reference backend routes in frontend code using Wayfinder, including import patterns, route generation, and integration with Inertia forms.Testing
.github/skills/pest-testing/SKILL.mdwith instructions for Pest 3 testing, including assertions, datasets, architecture tests, type coverage, and common mistakes.Codebase cleanup:
command.debugbar.clearbinding from.phpstorm.meta.phpas part of dependency cleanup. [1] [2]Dependencies:
npmandcomposedue to severe security breaches, which required some config adaptation. Bugs are possible.