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
Copy file name to clipboardexpand all lines: pages/01.quick-start/docs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ taxonomy:
6
6
category: docs
7
7
---
8
8
9
-
[notice=note]This quick start guide is aimed at experienced PHP developers who already have a development environment set up. If it's not your case, head over to the [First Chapter](/background) to start your journey.[/notice]
9
+
[notice=note]This quick start guide is aimed at experienced PHP developers who already have a development environment set up. If that's not your case, head over to the [First Chapter](/background) to start your journey.[/notice]
10
10
11
11
UserFrosting is a free, open-source jumping-off point for building user-centered web applications with PHP and Javascript. It comes with a sleek, modern interface, basic user account features, and an administrative user management system - all fully functioning out of the box.
Copy file name to clipboardexpand all lines: pages/05.troubleshooting/02.getting-help/docs.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ taxonomy:
10
10
11
11
On Github, UserFrosting Chat, and Stack Overflow, please keep in mind the following:
12
12
13
-
1. Remember that courtesy and proper grammar go a long way. Please take the time to craft a **precise, polite issue**. We will do our best to help, but remember that this is an open-source project - none of us are getting paid a salary to develop this project, or act as your personal support hotline ;-). We do however understand the language barrier can be an issue for some people, so don't be afraid to ask questions even if English is not perfect!
13
+
1. Remember that courtesy and proper grammar go a long way. Please take the time to craft a **precise, polite issue**. We will do our best to help, but remember that this is an open-source project - none of us are getting paid a salary to develop this project, or to act as your personal support hotline ;-). We understand the language barrier can be an issue for some people, so don't be afraid to ask questions even if your English is not perfect!
14
14
15
15
2. Report any errors in detail. Vague issues like "it doesn't work when I do this" are not helpful. Show that you have put some effort into identifying the cause of the error. See the [previous section](/troubleshooting/debugging) for information on how to get more details about errors and other problems. Including a stack trace with your report is the best way we can help you.
16
16
@@ -47,7 +47,7 @@ Check [Stack Overflow](http://stackoverflow.com/tags/userfrosting) and the [issu
47
47
48
48
#### Use Markdown to format blocks of code.
49
49
50
-
Markdown is the _de facto_ standard for basic text formatting on the web. If you are unfamiliar with Markdown, please [take a few minutes to learn](https://guides.github.com/features/mastering-markdown/#what). It will help you not just here, but all over the web! In particular, please make sure you know where the **backtick** key (`) is located on your keyboard:
50
+
Markdown is the _de facto_ standard for basic text formatting on the web. If you are unfamiliar with Markdown, please [take a few minutes to learn](https://guides.github.com/features/mastering-markdown/#what). It will help you all over the web! In particular, please make sure you know where the **backtick** key (`) is located on your keyboard:
51
51
52
52

53
53
@@ -119,7 +119,7 @@ Tag your question as `userfrosting`, as well as any other relevant tags (`twig`,
119
119
You may also find the following communities useful in certain cases:
Copy file name to clipboardexpand all lines: pages/05.troubleshooting/03.common-problems/docs.md
+2-10
Original file line number
Diff line number
Diff line change
@@ -23,19 +23,11 @@ When trying to view your site you get an error similar to this :
23
23
24
24
<!-- TODO : The above error needs to be updated ! -->
25
25
26
-
This is an indication that asset build failed or you missed a step in the installation process. Try [running the installer](/installation/environment/native#run-the-installer) again with `php bakery bake` and check for any error messages.
27
-
28
-
If you're using the [Homestead dev environment](/installation/environment/homestead), you'll need to login to the VM first to run the bake command inside the UserFrosting directory :
29
-
30
-
```bash
31
-
vagrant ssh
32
-
cd userfrosting
33
-
php bakery bake
34
-
```
26
+
This is an indication that asset build failed or you missed a step in the installation process. Try [running the installer](/installation/environment/native/install#clone-the-userfrosting-repository) again with `php bakery bake` and check for any error messages.
35
27
36
28
### Installation went fine, except I don't see any styling on my home page. I am using Apache.
37
29
38
-
UserFrosting uses a [dynamic routing system](/asset-management/basic-usage#PublicassetURLs) for serving assets in a development environment. For this to work on an Apache webserver, `mod_rewrite` needs to be enabled, **and** you need to give Apache permission to use the `.htaccess` file in `public/`.
30
+
UserFrosting uses a [dynamic routing system](/asset-management/basic-usage) for serving assets in a development environment. For this to work on an Apache webserver, `mod_rewrite` needs to be enabled, **and** you need to give Apache permission to use the `.htaccess` file in `public/`.
0 commit comments