Would be great to have an opportunity to delete the sent message.
Also I had some stupid problems with instalation, because I run that on clean Laravel 6.x instalation. So I had to add the new authentication commands:
composer require laravel/ui --dev
php artisan ui vue --auth
npm install && npm run dev
without those commands the package would not run, would be nice for others if you will add that in the documentation
Would be great to have an opportunity to delete the sent message.
Also I had some stupid problems with instalation, because I run that on clean Laravel 6.x instalation. So I had to add the new authentication commands:
without those commands the package would not run, would be nice for others if you will add that in the documentation