run laravel fresh accidently can i get back data code example
Example: re migrate laravel
Try:
composer dump-autoload
php artisan config:cache
If not working also try:
php artisan migrate:refresh.
Try:
composer dump-autoload
php artisan config:cache
If not working also try:
php artisan migrate:refresh.