PHPackages                             nicard/laravel-kahlan - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. nicard/laravel-kahlan

ActiveLibrary[Testing &amp; Quality](/categories/testing)

nicard/laravel-kahlan
=====================

Kahlan specs suite for testing Laravel applications

v5.5.7(8y ago)0110MIT

Since Aug 16Compare

[ Source](https://github.com/nicard/laravel-kahlan)[ Packagist](https://packagist.org/packages/nicard/laravel-kahlan)[ RSS](/packages/nicard-laravel-kahlan/feed)WikiDiscussions Synced 2w ago

READMEChangelog (3)Dependencies (3)Versions (25)Used By (0)

Sofa/laravel-kahlan
===================

[](#sofalaravel-kahlan)

[Kahlan](https://kahlan.readthedocs.io) suite for testing Laravel application providing intuitive kahlan (jasmine based) describe-it syntax with Laravel functional testing goodies.

**If I'm saving you some time with my work, you can back me up on [Patreon page](https://patreon.com/jarektkaczyk).**

See usage example on

Why I should use the package &amp; how it works?
------------------------------------------------

[](#why-i-should-use-the-package--how-it-works)

Take a look at [the example spec](https://github.com/jarektkaczyk/kahlan-driven-laravel/blob/5.1/spec/AppSpec.php)

First use in 3 steps
--------------------

[](#first-use-in-3-steps)

1. Add to your project

    ```
    composer require --dev sofa/laravel-kahlan:"~5.4"

    ```
2. Add this line to your kahlan config file (create it if necessary):

    ```
    /*  /path/to/your/app/kahlan-config.php  */
