Libraries tagged by laravel tests
netsells/dredd-hooks-laravel
12981 Downloads
Laravel hooks for the Dredd testing tool
ben182/laravel-ab
13716 Downloads
Laravel A/B experiment testing tool
jetwaves/laravel-implicit-router
6963 Downloads
A simple Implicit Router/Controller Router for Laravel whose version >= 5.2 ( 5.5 tested )
vxsoft/laravel-repository
16 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.
tienvx/laravel-pact-provider
1198 Downloads
Pact Provider integration for Laravel
socialblue/laravel-query-adviser
3317 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
midnightsuyama/laravel-kahlan4
14155 Downloads
Kahlan specs suite for Laravel
michiruf/laravel-http-automock
534 Downloads
Automatically mock http requests when testing
maxim-oleinik/blade-migrations-laravel
2232 Downloads
An intelligent alternative version of Laravel Database Migrations - uses raw-sql syntax, transactions, auto-rollback, UP-DOWN-UP testing
corp-soft/laravel-fixtures
1286 Downloads
Laravel Fixtures are used to load a 'fake' set of data into a database that can then be used for testing
bogdanghervan/laravel-dummy-observer
691 Downloads
Mock Eloquent model save and make assertions on saved data
artel/laravel-autodoc
8367 Downloads
Provided middleware for generating of swagger-documentation file by run testing of restful API.
tenancy/testing
6023 Downloads
Creating multi tenant saas from your Laravel app with ease
recca0120/async-testing
371 Downloads
protonemedia/inertiajs-events-laravel-dusk
20356 Downloads
Inertia.js Events for Laravel Dusk