Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Voyager.php // setting function #4764

Merged
merged 2 commits into from
Mar 10, 2020
Merged

Update Voyager.php // setting function #4764

merged 2 commits into from
Mar 10, 2020

Commits on Feb 17, 2020

  1. Update Voyager.php // setting function

    the method all() does not order the settings keys according to the admin sort.
    example if someone wants to loop some settings with exact order will be difficult example,
    Create Setting Social Media -- it has many keys Facebook, Twitter, Instagram, etc...
                        @foreach(setting('socaillinks') as $keySocail => $valueSocail )
                        @if($valueSocail)
                        <li><a href="{{$valueSocail}}"><i class="fab fa-{{$keySocail}}"></i></a></li>
                        @endif
                        @Endforeach
    i will not be ordered as in admin 
    so i think it better as we have admin order to have this option also on setting function ! 
    
    thanks a lot
    jehadja committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    0130322 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    5349c7a View commit details
    Browse the repository at this point in the history