flarum / docs

Flarum documentation.
https://docs.flarum.org
MIT License
65 stars 131 forks source link

Update install.md #364

Closed Jorc0 closed 2 years ago

Jorc0 commented 2 years ago

I had to configure the path to my flarum, and it didnt work untill i changed the config.php I can be wrong

SychO9 commented 2 years ago

Isn't the URL filled in the installation process through the installer 🤔 ?

Also I suggest: (edit starting from Finally, edit the `site.php` and updat..

 Edit the `site.php` and update the paths in the following lines to reflect your new directory structure:

```php
'base' => __DIR__,
'public' => __DIR__,
'storage' => __DIR__.'/storage',

Finally, check config.php and make sure the url value is correct.

Jorc0 commented 2 years ago

Isn't the URL filled in the installation process through the installer 🤔 ?

Also I suggest: (edit starting from Finally, edit the `site.php` and updat..

 Edit the `site.php` and update the paths in the following lines to reflect your new directory structure:

```php
'base' => __DIR__,
'public' => __DIR__,
'storage' => __DIR__.'/storage',

Finally, check config.php and make sure the url value is correct.

Modified