We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ead2a6 + 7a45647 commit 1b188e6Copy full SHA for 1b188e6
readme.md
@@ -28,7 +28,7 @@ Please check the system requirements before installing Lavalite.
28
* `composer create-project LavaLite/cms --prefer-dist website`
29
2. Run the install command to get you started:
30
`php artisan lavalite:install`
31
-4. You can contigure mail server details in `config/mail.php`.
+4. You can configure mail server details in `config/mail.php`.
32
5. You can configure the site in the config folder before production.
33
6. Finally, setup an [Apache VirtualHost](http://httpd.apache.org/docs/current/vhosts/examples.html) to point to the "public" folder.
34
* For development, you can simply run `php artisan serve`
0 commit comments