I have created a CRUD project in "quickadminpanel.com". the downloaded and extracted inside a folder and created a connection to my database inside ".env" file. In my terminal, I made a path to my project folder and then when I write "composer install" it starts fine but at the end, in terminal I get this errors:
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
In DuskServiceProvider.php line 43:
It is unsafe to run Dusk in production.
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
but even when I ingore this error and write "php artisan migrate --seed"
I get this error :
In DuskServiceProvider.php line 43:
It is unsafe to run Dusk in production.
I really need to get this project done guys pleas any help will be appreciated.