Dusk: Use outside of Laravel

Created on 24 Jan 2017  路  6Comments  路  Source: laravel/dusk

Is possible to use Dusk outsite of a Laravel project?

Most helpful comment

Or use this package https://github.com/unglud/dusker

All 6 comments

Yes, but with some hacks

You can use a Laravel project to test other projects (that can be no Laravel projects). See https://laravel-news.com/automatically-making-monthly-payments-with-dusk

Yes, but with some hacks

Oh, just include full framework as dependency. Great solution.

See example, how to call daemon and stay alive.

Or use this package https://github.com/unglud/dusker

Wow man. Nice!

Unfortunately Dusk is meant to be used in combination with the Laravel framework. We have no plans on offering support outside Laravel.

Was this page helpful?
0 / 5 - 0 ratings