@ExpDev07 wrote:
I have a Laravel project and wanna run EmberJS with it (without having separate servers). For this to work, I just pass the responsibility of web routing to EmberJS, but allow Laravel to do the API routing. However, for this to work, I will need the index.php and .htaccess files in the public/ directory in Laravel, but EmberJS should also keep its files there. So whenever I run ember-cli’s
build
, the build files should go to /public (which I’ve got working), but they must not override index.php and .htaccess, but overwrite any other file. Any way to achieve this?Thanks!
Posts: 2
Participants: 2