Skip to main content

Find current laravel version

On terminal:
php artisan --verison

Comments

  1. CASINO GAMES | Online Slot Machines | Airjordan6Retro
    Play show to buy jordan 18 white royal blue online slots games or visit the website for air jordan 18 retro red good site real money jordan 18 white royal blue clearance online 토토사이트 검증 샤오미 at Jordan6 casino. We offer air jordan 18 retro red store you the best game experience!

    ReplyDelete

Post a Comment

Popular posts from this blog

session_start(): Failed to initialize storage module: user (path: )

Error: session_start(): Failed to initialize storage module: user (path: ) Solution: When this error is given for the Codeigniter project you are running, that is specifically for not having a path recognised to store session data. Set config data as follows [file: your-project-folder/application/config/config.php] : $config['sess_driver'] = 'files'; $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 7200; $config['sess_save_path'] = APPPATH.'cache/'; $config['sess_match_ip'] = TRUE; $config['sess_time_to_update'] = 300; $config['sess_regenerate_destroy'] = FALSE;