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

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

morphet81/laravel-kahlan
========================

Kahlan specs suite for testing Laravel applications

v5.5(8y ago)08MITPHPPHP &gt;=7.0

Since Aug 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/morphet81/laravel-kahlan)[ Packagist](https://packagist.org/packages/morphet81/laravel-kahlan)[ RSS](/packages/morphet81-laravel-kahlan/feed)WikiDiscussions 5.5 Synced yesterday

READMEChangelogDependencies (3)Versions (20)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  */
