What is the Alexander Method of SMR?

26 Jun 2022 Admin Istrator 0 CERTIFICATIONS & QUALIFICATIONS

What is the Alexander Method of SMR?

The Alexander Method of SMR is a system of releasing knots, adhesions and reducing tension in throughout the body, which in turn will improve posture and body alignment. Created by Jeff Alexander, it was developed to help athletes and everyday people to overcome issues that ultimately lead to injuries and discomfort overtime.

 

How the Alexander Method of SMR Works to Release Physical Tension

The Alexander Method of SMR is a form of therapy to help us release tight muscles. We do this by lying on different types of foam rollers and massage balls with different parts of your body. You'll find one area that is unusually tight. We want to treat the area with that has the most tension, not necessarily the most pain.

 

A healthy, relaxed muscle will wrap around the roller or ball to some degree. If you feel that you lie on the ball with one particular area and your muscle mass simply doesn’t move or give at all, that is the spot to begin treating.

 

Once you know your "trouble area," work it for as much time as it takes to get a significant release in that area. If the tight spot is in the middle your thigh or between your shoulder blades  (where everyone has a significant amount of muscle mass), when the muscle "gives" and you get that release you should feel the ball sink into your flesh as your body absorbs the ball and it is far more comfortable to lie on it.

 

How Alexander Method of SMR Helps to Loosen Up Your Tight Muscles.

The 23 Fundamental SMR techniques are to be practiced at least once every two weeks for each technique, but more often will be necessary for some areas. The Fundamentals include the 3 Primaries and the 20 Secondaries.

 

The 20 Secondary SMR Techniques are to be practiced at least once for each technique every two weeks as an assessment. More often is likely to benefit you for some techniques, but you should never ignore an area for more than a couple weeks before inspecting it again to ensure you aren't skipping a problem when it is small and relatively easy to fix.

 

How to Practice the Alexander Method of SMR at Home

It’s a great idea to purchase your own SMR tools to treat yourself after you get home or after a workout. Choose the muscle you want to release and gradually increase the pressure, but try not to roll too quickly as this can cause the muscle to tense up too much.

 

Let your pain threshold guide you to back off when you apply too much pressure. The best time to do SMR exercise is just after a hot bath or shower, when your muscles are all warmed up. It’s best to treat each of the 23 Fundamental SMR techniques at least once every 2 weeks. (more often is better)

 

 

Four Steps to Release Tension with an Alexander Method of SMR Coach

 

Step 1: MOVE

— get off your backside and go do stuff!! Assess whether your stability or mobility are adequate for whatever you choose to do.

 

Step 2: REMOVE

— remove any restrictions to proper movement by either increasing your stability strength or increasing your range of motion through better flexibility

 

Step 3: IMPROVE

— challenge your abilities and reach new heights! Never grow complacent, for when you start “going through the motions” you no longer make progress.

 

Step 4: REPEAT

— repeat the move, remove, improve sequence to continually “sharpen the saw” and make you the BEST YOU, you can be!

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/var/www/ifa/storage/framework/sessions/xLvIH8qMAHoolcuCIsqO5l06QIGWspNLDXHIXJIb): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/var/www/ifa/storage/framework/sessions/xLvIH8qMAHoolcuCIsqO5l06QIGWspNLDXHIXJIb): failed to open stream: No space left on device" Stacktrace: #7 ErrorException in /var/www/ifa/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 file_put_contents in /var/www/ifa/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #5 Illuminate\Filesystem\Filesystem:put in /var/www/ifa/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #4 Illuminate\Session\FileSessionHandler:write in /var/www/ifa/vendor/laravel/framework/src/Illuminate/Session/Store.php:129 #3 Illuminate\Session\Store:save in /var/www/ifa/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #2 Illuminate\Session\Middleware\StartSession:terminate in /var/www/ifa/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #1 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /var/www/ifa/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #0 Illuminate\Foundation\Http\Kernel:terminate in /var/www/ifa/public/index.php:62
7
ErrorException
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
6
file_put_contents
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
5
Illuminate\Filesystem\Filesystem put
/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83
4
Illuminate\Session\FileSessionHandler write
/vendor/laravel/framework/src/Illuminate/Session/Store.php129
3
Illuminate\Session\Store save
/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php87
2
Illuminate\Session\Middleware\StartSession terminate
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php218
1
Illuminate\Foundation\Http\Kernel terminateMiddleware
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php189
0
Illuminate\Foundation\Http\Kernel terminate
/public/index.php62
/var/www/ifa/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "file_put_contents(/var/www/ifa/storage/framework/sessions/xLvIH8qMAHoolcuCIsqO5l06QIGWspNLDXHIXJIb): failed to open stream: No space left on device"
    
/var/www/ifa/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "/var/www/ifa/storage/framework/sessions/xLvIH8qMAHoolcuCIsqO5l06QIGWspNLDXHIXJIb"
    
  2. "a:3:{s:6:"_token";s:40:"lgG1RlFWcuFLDChSTBahFPj9yOT6MFRvoQvLCMl3";s:9:"_previous";a:1:{s:3:"url";s:82:"http://www.indonesiafitnessacademy.com/blog/what-is-the-alexander-method-of-smr-50";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/var/www/ifa/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->isFile($path = $this->path.'/'.$sessionId)) {
            if ($this->files->lastModified($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->sharedGet($path);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/var/www/ifa/storage/framework/sessions/xLvIH8qMAHoolcuCIsqO5l06QIGWspNLDXHIXJIb"
    
  2. "a:3:{s:6:"_token";s:40:"lgG1RlFWcuFLDChSTBahFPj9yOT6MFRvoQvLCMl3";s:9:"_previous";a:1:{s:3:"url";s:82:"http://www.indonesiafitnessacademy.com/blog/what-is-the-alexander-method-of-smr-50";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/var/www/ifa/vendor/laravel/framework/src/Illuminate/Session/Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "xLvIH8qMAHoolcuCIsqO5l06QIGWspNLDXHIXJIb"
    
  2. "a:3:{s:6:"_token";s:40:"lgG1RlFWcuFLDChSTBahFPj9yOT6MFRvoQvLCMl3";s:9:"_previous";a:1:{s:3:"url";s:82:"http://www.indonesiafitnessacademy.com/blog/what-is-the-alexander-method-of-smr-50";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/var/www/ifa/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/var/www/ifa/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            [$name] = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Illuminate\Http\Request {#44
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#2062 …4}
      #routeResolver: Closure() {#2059 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#52}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#52}
      +server: Symfony\Component\HttpFoundation\ServerBag {#48}
      +files: Symfony\Component\HttpFoundation\FileBag {#49}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/blog/what-is-the-alexander-method-of-smr-50"
      #requestUri: "/blog/what-is-the-alexander-method-of-smr-50"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#365}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#2398}
    
/var/www/ifa/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Illuminate\Http\Request {#44
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#2062 …4}
      #routeResolver: Closure() {#2059 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#52}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#52}
      +server: Symfony\Component\HttpFoundation\ServerBag {#48}
      +files: Symfony\Component\HttpFoundation\FileBag {#49}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/blog/what-is-the-alexander-method-of-smr-50"
      #requestUri: "/blog/what-is-the-alexander-method-of-smr-50"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#365}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#2398}
    
/var/www/ifa/public/index.php
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Illuminate\Http\Request {#44
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#2062 …4}
      #routeResolver: Closure() {#2059 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#46}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#52}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#52}
      +server: Symfony\Component\HttpFoundation\ServerBag {#48}
      +files: Symfony\Component\HttpFoundation\FileBag {#49}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#47}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#50}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/blog/what-is-the-alexander-method-of-smr-50"
      #requestUri: "/blog/what-is-the-alexander-method-of-smr-50"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#365}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#2398}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
REDIRECT_STATUS
"200"
HTTP_CONNECTION
"Keep-Alive"
HTTP_CF_RAY
"9f6edad65c414652-CMH"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"216.73.216.150"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_FOR
"216.73.216.150"
HTTP_HOST
"www.indonesiafitnessacademy.com"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at www.indonesiafitnessacademy.com Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)"
SERVER_NAME
"www.indonesiafitnessacademy.com"
SERVER_ADDR
"45.77.36.209"
SERVER_PORT
"80"
REMOTE_ADDR
"104.23.197.246"
DOCUMENT_ROOT
"/var/www/ifa/public"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/ifa/public"
SERVER_ADMIN
"webmaster@localhost"
SCRIPT_FILENAME
"/var/www/ifa/public/index.php"
REMOTE_PORT
"11055"
REDIRECT_URL
"/blog/what-is-the-alexander-method-of-smr-50"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/blog/what-is-the-alexander-method-of-smr-50"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1777974772.56
REQUEST_TIME
1777974772
APP_NAME
"Neon LMS"
APP_ENV
"local"
APP_KEY
"***************************************************"
APP_DEBUG
"true"
APP_MODE
"demo"
DEBUGBAR_ENABLED
"false"
APP_URL
"http://neon-lms-app.com"
APP_LOCALE
"en"
APP_FALLBACK_LOCALE
"en"
APP_LOCALE_PHP
"en_US"
APP_TIMEZONE
"UTC"
LOG_CHANNEL
"daily"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"plasa168_ifa"
DB_USERNAME
"root"
DB_PASSWORD
"********"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
SESSION_ENCRYPT
"false"
QUEUE_CONNECTION
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"****"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_USERNAME
"***********************************"
MAIL_PASSWORD
"**********************"
MAIL_ENCRYPTION
"tls"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
ENABLE_REGISTRATION
"true"
CHANGE_EMAIL
"false"
PASSWORD_HISTORY
"3"
PASSWORD_EXPIRES_DAYS
""
REQUIRES_APPROVAL
"false"
CONFIRM_EMAIL
"true"
REGISTRATION_CAPTCHA_STATUS
"false"
NOCAPTCHA_SITEKEY
""
NOCAPTCHA_SECRET
""
FACEBOOK_ACTIVE
"false"
FACEBOOK_REDIRECT
"http://neon-lms-app.com/login/facebook/callback"
BITBUCKET_ACTIVE
"false"
BITBUCKET_REDIRECT
"http://neon-lms-app.com/login/bitbucket/callback"
GITHUB_ACTIVE
"false"
GITHUB_REDIRECT
"http://neon-lms-app.com/login/github/callback"
GOOGLE_ACTIVE
"false"
GOOGLE_REDIRECT
"http://neon-lms-app.com/login/google/callback"
LINKEDIN_ACTIVE
"false"
LINKEDIN_REDIRECT
"http://neon-lms-app.com/login/linkedin/callback"
TWITTER_ACTIVE
"false"
TWITTER_REDIRECT
"http://neon-lms-app.com/login/twitter/callback"
STRIPE_KEY
""
STRIPE_SECRET
""
PAYPAL_CLIENT_ID
""
PAYPAL_SECRET
""
PAYPAL_MODE
""
MAILCHIMP_API_KEY
""
Key Value
APP_NAME
"Neon LMS"
APP_ENV
"local"
APP_KEY
"***************************************************"
APP_DEBUG
"true"
APP_MODE
"demo"
DEBUGBAR_ENABLED
"false"
APP_URL
"http://neon-lms-app.com"
APP_LOCALE
"en"
APP_FALLBACK_LOCALE
"en"
APP_LOCALE_PHP
"en_US"
APP_TIMEZONE
"UTC"
LOG_CHANNEL
"daily"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"plasa168_ifa"
DB_USERNAME
"root"
DB_PASSWORD
"********"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
SESSION_ENCRYPT
"false"
QUEUE_CONNECTION
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"****"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_USERNAME
"***********************************"
MAIL_PASSWORD
"**********************"
MAIL_ENCRYPTION
"tls"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
ENABLE_REGISTRATION
"true"
CHANGE_EMAIL
"false"
PASSWORD_HISTORY
"3"
PASSWORD_EXPIRES_DAYS
""
REQUIRES_APPROVAL
"false"
CONFIRM_EMAIL
"true"
REGISTRATION_CAPTCHA_STATUS
"false"
NOCAPTCHA_SITEKEY
""
NOCAPTCHA_SECRET
""
FACEBOOK_ACTIVE
"false"
FACEBOOK_REDIRECT
"http://neon-lms-app.com/login/facebook/callback"
BITBUCKET_ACTIVE
"false"
BITBUCKET_REDIRECT
"http://neon-lms-app.com/login/bitbucket/callback"
GITHUB_ACTIVE
"false"
GITHUB_REDIRECT
"http://neon-lms-app.com/login/github/callback"
GOOGLE_ACTIVE
"false"
GOOGLE_REDIRECT
"http://neon-lms-app.com/login/google/callback"
LINKEDIN_ACTIVE
"false"
LINKEDIN_REDIRECT
"http://neon-lms-app.com/login/linkedin/callback"
TWITTER_ACTIVE
"false"
TWITTER_REDIRECT
"http://neon-lms-app.com/login/twitter/callback"
STRIPE_KEY
""
STRIPE_SECRET
""
PAYPAL_CLIENT_ID
""
PAYPAL_SECRET
""
PAYPAL_MODE
""
MAILCHIMP_API_KEY
""
0. Whoops\Handler\PrettyPageHandler