bigboca/laravel-css-selector

There is no license information available for the latest version (dev-master) of this package.

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

dev-master 2020-05-28 21:21 UTC

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.