Skip to content

Koppelman-Student-Leadership-Council/SLC-ADMIN

Repository files navigation

SLC Backend

This backend uses Laravel - Voyager

Setup

If you have the new newest version of PHP you may want to isntall isntead from the following zip.

backup-brooklyslcadmin

If there is some null deprecated error try replacing with:

protected static function formatPrefix($new, $old, $prependExistingPrefix = true)
{
    $old = $old['prefix'] ?? null;

    if ($old !== null) {
        $old = trim($old, '/');
    }

    if ($prependExistingPrefix) {
        return isset($new['prefix']) ? $old.'/'.trim($new['prefix'], '/') : $old;
    } else {
        return isset($new['prefix']) ? trim($new['prefix'], '/').'/'.$old : $old;
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages