Answers for "rtl file manager laravel"

PHP
1

rtl file manager laravel

run the 
  
  php artisan vendor:publish --tag=lfm_config
  php artisan vendor:publish --tag=lfm_public
  php artisan route:clear
  php artisan config:clear
  
  command 
  and choose LFM vendor view files to publish
  and in the vendor/laravel-filemanager/index.blade.php file change dir="rtl".
Posted by: Guest on March-13-2021

Browse Popular Code Answers by Language