PHPackages                             sofa/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. sofa/laravel-kahlan

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

sofa/laravel-kahlan
===================

Kahlan specs suite for testing Laravel applications

v5.6(5y ago)1524.2k10[2 issues](https://github.com/jarektkaczyk/laravel-kahlan/issues)MITPHPPHP &gt;=7.0CI failing

Since Aug 16Pushed 5y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (18)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.

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  */
