I use Laravel 4, and I like to separate the admin area, to a different folder. I wnat this separation by phosocally, not only by filters, and route tricks. But I don't want to deal with two different laravel installation.
I already use different views, contorrels, and modells for the admin area, but I lik to use htpasswd protected folder as well, witch protects the admin page.
Can someone suggest me a way to do this?
Thanks!