You can install the package via composer:
composer require defstudio/impersonator
You can publish the config file with:
php artisan vendor:publish --tag="impersonator-config"
Impersonator use tailwind css to render its view, consider adding './vendor/defstudio/impersonator/**/*.blade.php'
to your tailwind.config.js
file
module.exports = {
content: [
//..
'./vendor/defstudio/impersonator/**/*.blade.php',
],
//..
}
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.