Functional Training Explained

30 Aug 2021 Admin Istrator 0 CERTIFICATIONS & QUALIFICATIONS

Functional Training

 

Do you consider yourself an athlete? If not, you should, if you move, I would consider you an athlete. You may not be a professional athlete, but you are an athlete.All humans are athletic by nature. It’s our native duty to be able to move fast with agility and be powerful and explosive through a wide range of motion.

 

Unfortunately, due to the nature of today’s society, most people stop learning and practicing new physical skills sometime in early childhood.You learned how to crawl, then walk, then run and jump, then you probably stopped, and started sitting too much.As humans, we must keep functioning at the highest level possible, and one way to do that is through functional training.

What Is Functional Training?

We hear so much about functional training these days. Is it a fad? A buzz word? At IFA we prefer the word movement training, for us movement is linked to everything that we do whether playing sports or doing things in everyday life.

 

So, for the sake of this blog, we will use the word functional training and how it aims to adapt or develop movements that allow people to perform the activities of daily life (including weightlifting and sports) more easily and without injuries. Functional training will help you to improve mobility, flexibility, stamina, balance, stability, and functional strength.

 

Functional Strength

Functional strength is the ability to run your load-joints (shoulders, hips, knees, and ankles) through a full range of motion without pain, stiffness, or restriction.

 

In today’s cushy environment, we get stuck in our simple, same, daily routines. Doing the same motions over and over. We are not spontaneously stimulated by our environment as our ancestors once were.

 

We need to find ways to change our environment and daily routines to keep our body structure stimulated somewhat confused.We need to do natural, native movements throughout the day, running, walking, climbing, etc.

 

If we don’t, our older selves will reminisce about how nice it was to function optimally. Because as you age, the next thing you know your sprint will have turned to a fast walk, your fast walk to a regular walk, your regular walk to a painfully slow walk, to a walker, to a…you get the point...

 

Functional training focuses on compound exercises and movements that directly improve your longevity and performance for real-life situations (i.e., playing with your kids, performing in sports, completing your work).

 

Functional training movements will make youbigger, stronger, faster, and healthier. They'll improve your sex life and your work life. They'll help you function better in every aspect of your physical life, and that's truly what ‘functional’ means.

 

Functional Training Movements

Functional strength training consists of a wide variety of movements, such as:

  • pull-ups,squats, pushups, bench press, deadlifts, lunges, sprinting, and the list goes on.
  • calisthenics, mobility, balance, and stability training, running, plyometrics (jump training).
  • tire slams, burpees, sprints, throwing heavy objects
  • sport specific training(with bands)

 

Functional Strength Equipment

  • Olympic Bar
  • Dumbells
  • Kettlebells
  • Steel Mace
  • Indian Clubs
  • Medicine Ball
  • Sandbags
  • Sandbells
  • Resistance Bands

 

Make Sure You Go Heavy Too

You want strength? Then you must lift heavy! If you aren't working to progressively lifting heavier, then you aren't going to change.This doesn’t mean there isn’t a place for high rep training.

 

For those who are only working out at the gym, remember, it’s not all about the “big lifts” when it comes to training. Go trainingoutside the gym, get out on the trail, your backyard, a mountain, whatever.Do things that you did as a kid, play onthe rings, monkey bars at the playground.

 

Do things that your ancestors did to survive (hike, hunt, run in nature). Go for a run.Practice handstands: bear crawls, ape walks, frog jumps, basically anything natural, native movements, even if these movements seem unnatural, that’s only because we’ve become so stiff as people. Enhance your mind and your body’s response to this type of movement.Sit less and get out of your comfort zone.

 

Moving functionally is truly being human. It’s not so much about the type of training you are doing, it’s more about your mentality and goals, that way you know you are working towards an outcome that improves life.We were made to be functional, let’s not lose that.

 

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/var/www/ifa/storage/framework/sessions/HbcDc7xeVT0UpHRkypaDZ8dmN3yjhq05IRI1RiNa): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/var/www/ifa/storage/framework/sessions/HbcDc7xeVT0UpHRkypaDZ8dmN3yjhq05IRI1RiNa): 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/HbcDc7xeVT0UpHRkypaDZ8dmN3yjhq05IRI1RiNa): 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/HbcDc7xeVT0UpHRkypaDZ8dmN3yjhq05IRI1RiNa"
    
  2. "a:3:{s:6:"_token";s:40:"LaXf35KIHeHsCV9O3JSAveKjKvNJkfu6uzRLK6hX";s:9:"_previous";a:1:{s:3:"url";s:66:"http://www.indonesiafitnessacademy.com/blog/Functional-Training-43";}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/HbcDc7xeVT0UpHRkypaDZ8dmN3yjhq05IRI1RiNa"
    
  2. "a:3:{s:6:"_token";s:40:"LaXf35KIHeHsCV9O3JSAveKjKvNJkfu6uzRLK6hX";s:9:"_previous";a:1:{s:3:"url";s:66:"http://www.indonesiafitnessacademy.com/blog/Functional-Training-43";}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. "HbcDc7xeVT0UpHRkypaDZ8dmN3yjhq05IRI1RiNa"
    
  2. "a:3:{s:6:"_token";s:40:"LaXf35KIHeHsCV9O3JSAveKjKvNJkfu6uzRLK6hX";s:9:"_previous";a:1:{s:3:"url";s:66:"http://www.indonesiafitnessacademy.com/blog/Functional-Training-43";}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/Functional-Training-43"
      #requestUri: "/blog/Functional-Training-43"
      #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/Functional-Training-43"
      #requestUri: "/blog/Functional-Training-43"
      #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/Functional-Training-43"
      #requestUri: "/blog/Functional-Training-43"
      #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
"9f70c39dee51cf52-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.247"
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
"13385"
REDIRECT_URL
"/blog/Functional-Training-43"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/blog/Functional-Training-43"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1777994792.968
REQUEST_TIME
1777994792
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