Using GitHub's fine-grained access tokens with Composer
GitHub's new fine-grained personal access tokens allow more granular permissions than the classic ones, and are a great fit for Composer authentication.
GitHub's new fine-grained personal access tokens allow more granular permissions than the classic ones, and are a great fit for Composer authentication.
Use GitHub Actions to automatically test, build and deploy your Docker images to Kubernetes on every push to your GitHub repository.
Use environment variable substitution for uncomplicated deployments of Kubernetes applications based on declarative YAML manifests.
Learn how the OWASP Top 10 Web Application Security Risks apply to Symfony, and what steps you can take to mitigate them in your applications.
Use GNU Make to automate common build tasks, dependency management, and automated testing for web applications.
Configure Sculpin's Markdown parser to render code blocks with Prism, a syntax highlighting library written in JavaScript.