Skip to content

Update application#4

Merged
Barata-Ribeiro merged 21 commits intomainfrom
update-application
Feb 7, 2026
Merged

Update application#4
Barata-Ribeiro merged 21 commits intomainfrom
update-application

Conversation

@Barata-Ribeiro
Copy link
Copy Markdown
Owner

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

  • Added .github/skills/developing-with-fortify/SKILL.md with comprehensive guidance for Laravel Fortify headless authentication, including feature setup workflows, best practices, and key endpoints.

Frontend Development

  • Added .github/skills/inertia-react-development/SKILL.md detailing Inertia.js v2 React usage, navigation, form handling, deferred props, polling, infinite scroll, and common pitfalls.
  • Added .github/skills/tailwindcss-development/SKILL.md describing Tailwind CSS v4 usage, configuration, layout patterns, dark mode, and migration tips from v3.
  • Added .github/skills/wayfinder-development/SKILL.md explaining how to reference backend routes in frontend code using Wayfinder, including import patterns, route generation, and integration with Inertia forms.

Testing

  • Added .github/skills/pest-testing/SKILL.md with instructions for Pest 3 testing, including assertions, datasets, architecture tests, type coverage, and common mistakes.

Codebase cleanup:

  • Removed the command.debugbar.clear binding from .phpstorm.meta.php as part of dependency cleanup. [1] [2]

Dependencies:

  • Updated several dependencies from both npm and compose due to severe security breaches, which required some config adaptation. Bugs are possible.
  • Updated shadcn to the latest version to make use of better components.

@Barata-Ribeiro Barata-Ribeiro self-assigned this Feb 7, 2026
@Barata-Ribeiro Barata-Ribeiro added bug Something isn't working enhancement New feature or request labels Feb 7, 2026
@Barata-Ribeiro Barata-Ribeiro merged commit 37eaeda into main Feb 7, 2026
2 checks passed
@Barata-Ribeiro Barata-Ribeiro deleted the update-application branch February 7, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant