juneszh / alight

Alight is a light-weight PHP framework. Easily and quickly build high performance RESTful web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install in subfolder?

akamalmra opened this issue · comments

hi

how to install the project in a sub folder ?
i tried but router always giving Error 404

Best Regards,

i solved it by adding group route:

Alight\Route::group('folder-name');