zizohassan / laraflat

Advanced laravel system to build admin panel
http://laraflat.com
MIT License
150 stars 76 forks source link

Error in translation view index.balde.php (Translation Control Files) #100

Closed mbarky closed 6 years ago

mbarky commented 6 years ago

when you click on edit (NOT Edit All Language) LaraFlat 3.0.0

you will get 404 error Page not found Solution: Replace line #NO 22 OLD <a href="/admin/translation/readFile/{{ $localeCode.'_'.end($path) }}">{{ trans('admin.Edit') }} </a> with this code

<a href="{{ url('admin/translation/readFile/') }}/{{$localeCode.'_'.end($path) }}">{{ trans('admin.Edit') }} </a>

Regards 💯 👍

zizohassan commented 6 years ago

You can make pull request and we will accept this