crudly/testly
A simple test package placeholder for crudly/testly. Currently contains minimal scaffolding and documentation (“This is a test”) and may be used for experimentation or as a starting point for future CRUD-related tooling.
crudly/crudly for scaffolded apps)."Testly is a lightweight, MIT-licensed package that auto-generates basic test cases for Laravel apps—cutting test development time by ~30% for simple CRUD workflows. Ideal for rapid iteration on MVPs or internal tools where full test suites aren’t critical. Think of it as ‘test scaffolding’: faster than writing tests from scratch, cheaper than hiring QA, and risk-free to try (no vendor lock-in). We’d use it to validate core functionality early, then layer in manual tests for edge cases. Low maintenance cost since it’s PHP/Laravel-native."
"Testly provides a declarative DSL to spin up Laravel test classes in seconds. For example:
// Generates a test class for User model with basic assertions
Testly::test('User')->create(['name' => 'John'])->assertCount(1);
Pros:
crudly/crudly).Cons:
Recommendation: Pilot on a non-critical feature to measure dev time savings vs. test quality tradeoffs."*
How can I help you explore Laravel packages today?