bigboca / laravel-css-selector
Add CSS selectors to Laravel HTTP tests
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
pkg:composer/bigboca/laravel-css-selector
Requires
- symfony/css-selector: ^5.0
This package is not auto-updated.
Last update: 2025-10-26 11:18:32 UTC
README
Overview
Replicate the CSS selectors of Laravel Dusk with the HTTP testing framework for speedier TDD.
Installation
composer require bigboca/laravel-css-selector
Usage
@todo: Add code examples here
Credits
Inspired by a blog post by Liam Hammett and wrapped into a Laravel package by Alistair Wells.