Tuesday, March 21, 2017

How install laravel in www.example.com/myapp

myapp is not a subfolder

myapp is a alias

Just cant get my css in www.example.com/myapp/css/app.css

In Kohana i just do on .htaccess set

 RewriteBase /myapp/

and in bootstrap.php

 Kohana::init(array(
        'base_url' =>'/myapp/',
    ));



via user1809922

Advertisement