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
{{ message }}
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/getting-started/configurations.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Configurations
2
2
3
-
With the installation of Shopper you will find new configurations files located at `config/shopper.php`, `config/larasap.php`, `config/scout.php`, `config/currencyConverter.php`, `config/laravellocalization.php` and `config/cartalyst.sentinel.php`.
3
+
With the installation of Shopper you will find new configurations files located at `config/shopper.php`, `config/ttwiter.php`, `config/scout.php`, `config/currencyConverter.php`, `config/laravellocalization.php` and `config/cartalyst.sentinel.php`.
4
4
And the `shopper.php` file is main for platform, you can find various options to change the configuration of your Shopper installation.
5
5
6
6
{% hint style="info" %}
@@ -10,8 +10,7 @@ If you cache your configuration files please make sure to run `php artisan confi
10
10
Below we will dive into the configuration file and give a detailed description of each configuration set.
11
11
12
12
{% hint style="info" %}
13
-
**Laravel Scout**
14
-
It is important to mention that Shopper works with Laravel Scout, by default Algolia is used. Full documentation of Laravel scout [here](https://laravel.com/docs/5.8/scout)
13
+
**Laravel Scout** It is important to mention that Shopper works with Laravel Scout, by default Algolia is used. Full documentation of Laravel scout [here](https://laravel.com/docs/5.8/scout)
15
14
{% endhint %}
16
15
17
16
## Dashboard prefix
@@ -21,6 +20,7 @@ It is important to mention that Shopper works with Laravel Scout, by default Alg
21
20
22
21
'prefix' => env('DASHBOARD_PREFIX', 'console'),
23
22
```
23
+
24
24
The system installed on the website can be easily defined by the dashboard prefix, for example it is `wp-admin` for WordPress, and it gives an opportunity to automatically search for old vulnerable versions of software and gain control over it.
25
25
26
26
There are other reasons but we won't speak of them in this section. The point is that Shopper allows to change dashboard prefix to every other name, `admin` or `administrator` for example.
@@ -32,6 +32,7 @@ There are other reasons but we won't speak of them in this section. The point is
32
32
33
33
'currency' => env('CURRENCY_SYMBOL', 'XAF'),
34
34
```
35
+
35
36
This value of the default currency for your store. It is the default value set in the database `shopper_settings` table.
36
37
37
38
## Additional resources
@@ -88,14 +89,15 @@ You may add as much new middlewares as you want, as example the middleware for I
88
89
],
89
90
```
90
91
91
-
Shopper provide 2 folders for storage. The `uploads` folder contain all public and protected files that uploaded by administration forms (products, categories, brands and users images).
92
-
The second folder `media` is for the `filemanager`. You nedd to create this folder in the Media Menu on Shopper admin dashboard.
92
+
Shopper provide 2 folders for storage. The `uploads` folder contain all public and protected files that uploaded by administration forms \(products, categories, brands and users images\). The second folder `media` is for the `filemanager`. You nedd to create this folder in the Media Menu on Shopper admin dashboard.
93
93
94
94
## Others config
95
95
96
96
Shopper has many other configurations files as we said. Shopper come with
97
-
-[Scout Extended](https://github.com/algolia/scout-extended): To provide admin product, category, brand and user research
98
-
-[Laravel Localization](https://github.com/mcamara/laravel-localization): To make dashboard localization
99
-
-[Sentinel](https://github.com/cartalyst/sentinel): the auth provider of Laravel Shopper admin
100
-
-[Laravel Cconverter](https://github.com/danielme85/laravel-cconverter): to provide money format and money convertion
101
-
-[Larasap](https://github.com/alihesari/laravel-social-auto-posting): to publish product to your Facebook Page and Twitter account
97
+
98
+
*[Scout Extended](https://github.com/algolia/scout-extended): To provide admin product, category, brand and user research
99
+
*[Laravel Localization](https://github.com/mcamara/laravel-localization): To make dashboard localization
100
+
*[Sentinel](https://github.com/cartalyst/sentinel): the auth provider of Laravel Shopper admin
101
+
*[Laravel Cconverter](https://github.com/danielme85/laravel-cconverter): to provide money format and money convertion
102
+
*[thujohn/twitter](https://github.com/thujohn/twitter): to easily manage Twitter API
Copy file name to clipboardExpand all lines: docs/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Introduction
2
2
3
-
Welcome to the Shopper documentation for version 1.x. This documentation will teach you how to install, configure, and use Laravel Shopper so that way you can create and manage your online store!
3
+
Welcome to the Shopper documentation for version 1.1. This documentation will teach you how to install, configure, and use Laravel Shopper so that way you can create and manage your online store!
4
4
It is shipped as a package for Laravel and can be easily integrated using Composer.
0 commit comments