Laravel_Module

Laravel management An interface to wp-cli
extends Module\Support\Webapps\Composer uses Module\Support\Webapps\Traits\PublicRelocatable
Methods Summary
public
# install( string $hostname , string $path = '', array $opts = array ( ) )
Install Laravel into a pre-existing location

Overrides

protected
protected
# getAppRoot( string $hostname , string $path = '' )
protected
# _fixCache( $approot )
Inject custom bootstrapper
public
# fortify( string $hostname , string $path = '', string $mode = 'max' )
Restrict write-access by the app

Overrides

public
# get_version( string $hostname , string $path = '' )
Get installed version

Overrides

public
# valid( string $hostname , string $path = '' )
Location is a valid Laravel install

Overrides

public
# get_versions( )
Get Laravel framework versions

Overrides

public
# get_installable_versions( )
Get installable versions Checks laravel/laravel bootstrapper package
public
# uninstall( string $hostname , string $path = '', string $delete = 'all' )
Uninstall Laravel from a location

Overrides

public
# db_config( string $hostname , string $path = '' )
Get database configuration for a blog

Overrides

public
# is_current( string $version = NULL, string $branchcomp = NULL )
Check if version is latest or get latest version

Overrides

public
# update_all( string $hostname , string $path = '', string $version = NULL )
public
# update( string $hostname , string $path = '', string $version = NULL )
Update Laravel to latest version

Overrides

public
# update_plugins( string $hostname , string $path = '', array $plugins = array ( ) )
public
# update_themes( string $hostname , string $path = '', array $themes = array ( ) )
public
# has_fortification( string $mode = NULL )
Web application supports fortification

Overrides

public
# plugin_status( string $hostname , string $path = '', string $plugin = NULL )
public
# install_plugin( string $hostname , string $path = '', string $plugin , string $version = 'stable' )
public
# uninstall_plugin( string $hostname , string $path = '', string $plugin , bool $force = false )
public
# disable_all_plugins( string $hostname , string $path = '' )
public
# theme_status( string $hostname , string $path = '', string $theme = NULL )
public
# install_theme( string $hostname , string $path = '', string $theme , string $version = NULL )
public
# change_admin( string $hostname , string $path = '', array $fields )
public
# get_admin( string $hostname , string $path = '' )
public
# next_version( string $version , string $maximalbranch = '99999999.99999999.99999999' )
Methods inherited from Module\Support\Webapps\Composer
plugin_status(), uninstall_plugin(), disable_all_plugins(), next_version(), reconfigure(), get_configuration(), install(), install_plugin(), uninstall(), db_config(), is_current(), change_admin(), get_admin(), get_appname(), getAppRoot(), update_all(), update(), get_versions(), getPackagistVersions(), _getVersions(), parseLock(), get_version(), valid(), update_plugins(), update_themes(), has_fortification(), fortify(), _housekeeping(), theme_status(), install_theme()
Methods inherited from Module\Support\Webapps
__construct(), getAppName(), blacklisted(), knownApps(), fortify(), getAppRoot(), valid(), getInternalName(), getDocrootUser(), _mapFiles(), buildFileMapList(), getACLFiles(), setOptions(), getOptions(), failed(), getVersionLock(), has_fortification(), unfortify(), uninstall(), getDocumentRoot(), normalizeDocumentRoot(), map(), getModule(), remapPublic(), movePrimaryDocumentRoot(), unsquash(), next_version(), is_current(), _cron(), configureSsl(), theme_status(), install_theme(), uninstall_theme(), getApnscpFunctionInterceptorFromDocroot(), hasMemoryAllowance(), hasStorageAllowance(), checkEmail(), prepareSquash(), checkVersion(), checkDocroot(), kill(), _suggestDB(), _suggestUser(), suggestPassword(), setupDatabase(), getLatestVersion(), fixRewriteBase(), removeInvalidDirectives(), download(), setInfo(), _getWebappExtraStorageDirectory()
Methods inherited from Module\Skeleton\Standard
__construct(), setUserParameters(), autoloadModule(), __wakeup(), _invoke(), __debugInfo(), getExportedFunctions(), _reset(), _resetModule(), cleanUserParameters(), query()
Methods used from Module\Support\Webapps\Traits\PublicRelocatable trait
getAppRoot()
Constants Summary
public string APP_NAME
# 'Laravel'
public string PACKAGIST_NAME
# 'laravel/laravel'
public string LARAVEL_CLI
# 'artisan'
public string DEFAULT_VERSION_LOCK
# 'minor'
Constants inherited from Module\Support\Webapps\Composer
APP_NAME , DEFAULT_VERSION_LOCK , VERSION_CHECK_BASE , PACKAGIST_NAME
Constants inherited from Module\Support\Webapps
APPLICATION_PREF_KEY , APP_NAME , DEFAULT_VERSION_LOCK , BANNED_DIRECTIVES
Constants inherited from Module\Skeleton\Standard
DEPENDENCY_MAP
Properties Summary
protected $_aclList

# array ( 'min' => array ( 0 => 'storage', 1 => 'bootstrap/cache', ), 'max' => array ( 0 => 'storage/framework/cache', 1 => 'storage/framework/views', 2 => 'storage/framework/sessions', 3 => 'storage/logs', 4 => 'storage/app/public', 5 => 'bootstrap/cache', ), )
Properties inherited from Module\Support\Webapps
$exportedFunctions
Properties inherited from Module\Skeleton\Standard
$exportedFunctions, $username, $password, $domain, $user_id, $group_id, $permission_level, $session_id, $site, $site_id
Properties used from Module\Support\Webapps\Traits\PublicRelocatable