Laravel Package Tools is a package by Spatie
that provides an opinionated base service provider you can use to
streamline the registration of your package’s config files, migrations,
commands, and more.
Here’s how to simplify service providers in @laravelphp packageshttps://t.co/qKmIO7nUJY
Spoiler: I released a package for that https://t.co/URH2udPbiJ#php...
Showing posts with label Laravel ETag and Conditionals Package. Show all posts
Showing posts with label Laravel ETag and Conditionals Package. Show all posts
31 January, 2022
Use Basecamp’s Hotwire in Laravel
Programing Coderfunda
January 31, 2022
Laravel ETag and Conditionals Package
No comments
Turbo Laravel is a package that gives you a set of conventions to get the most out of Hotwire in Laravel. Turbo is inspired by the turbo-rails gem, giving Laravel developers a similar experience as those developing with Hotwire in the Ruby world.
Hotwire is an open-source tool built by Basecamp (it powers the HEY
email service), which provides...
CLI to Check For PHP Security Vulnerabilities
Programing Coderfunda
January 31, 2022
Laravel ETag and Conditionals Package
No comments
Enlightn Security Checker (from the folks behind Enlightn) is a command-line tool that checks if your application uses dependencies with known security vulnerabilities.
You can install it globally via composer to start checking projects:
composer global require enlightn/security-checker
Using the security-checker CLI, you provide a path to your...