Monday, 8 October 2018

Optimize site

Create a route

Route::get('/site-optimize/','OptimizeController@site_optimize');

Add in a controller

public function site_optimize()
    {        
        Artisan::call('config:clear');
        Artisan::call('cache:clear');
        Artisan::call('view:clear');
        Artisan::call('route:clear');
        Artisan::call('config:cache');
        return back();
    }

5 comments:

  1. Best of all, your customers will immediately recognize your this excellence and will be more willing to at least check out what you have to offer. SEO Antwerpen

    ReplyDelete
  2. Each photon contains power, and when soaked up, the photon releases an electron in the material of the solar cell. Electric wiring on both sides of the cell enable a flow of current as the photon is absorbed. Using this method, the solar cell produces electricity, which can be used immediately, or stored within a battery for future use. www.zonnepanelen-soloya.nl/service/zonnepanelen-kopen

    ReplyDelete
  3. However, the demand for local SEO services seems to be growing day in day out and this is attracting more players thereby tightening the competition among SEO service providers. SEO zoekmachine optimalisatie

    ReplyDelete
  4. Any form of light that hits solar panels can be transformed to solar power, which means that even on gray days they can still create some power. You can receive back-up energy (for example at night) in one of two ways. Zonnepanelen plaatsen

    ReplyDelete
  5. Initially, social platforms such as Facebook and Twitter lured brands and companies onto their platforms with promises of free marketing and advertising. The ability to quickly grow a fanbase and follower base, without the need of hiring marketing shmucks like me. Why waste time on hiring a professional when you can do it all yourself for nothing? instagram marketing

    ReplyDelete

Machine Learning - Potato Leaf Disease Prediction

Step 1: import numpy as np import pandas as pd import splitfolders import matplotlib.pyplot as plt import tensorflow as tf from tensorflow i...