You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a legacy system we are slowly migrating to Laravel. The app's docuemnt root is not laravel/public. Instead, laravel is a subfolder of the server's document root. Because of that, _ignition's path are not domain.com/_ignition BUT domain.com/laravel/public/_ignition
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a legacy system we are slowly migrating to Laravel. The app's docuemnt root is not laravel/public. Instead, laravel is a subfolder of the server's document root. Because of that, _ignition's path are not domain.com/_ignition BUT domain.com/laravel/public/_ignition
If I try to save my settings to set the IDE and theme, It tries to save the settings to http://localhost/_ignition/update-config hitting an 404, instead it shoud point to http://localhost/laravel/public/_ignition/update-config
Where can I change that?
Beta Was this translation helpful? Give feedback.
All reactions