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: README.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,26 +29,21 @@ In addition to shortening URLs (based on domain that you use), SmartyURL also of
29
29
***Tracking and analytics**
30
30
***Customization**
31
31
32
-
## Server Requirements
32
+
## Installation
33
33
34
-
- You need a web hosting account (for a domain or sub-domain) with PHP 7.4 or higher support and the following PHP extensions (typically supported by most PHP hosting providers):
34
+
Currently, as SmartyURL is in its early stages, you can only install it using Composer. Once we release the first official version of SmartyURL, we will offer detailed installation instructions for other methods.
- Your web hosting account should have MySQL 8.0+ support
36
+
see [Developers Guide](docs/developers.md#installation) for more information about how to install SmartyURL.
39
37
40
-
Afterwards, you can refer to the [installation instructions](_docs/installation.md)to set up the tool on your hosting account and begin using it.
38
+
Certainly, please refer to the [documentation](docs/index.md)for detailed instructions How configure, and effectively use SmartyURL for comprehensive guidance.
41
39
42
-
Certainly, please refer to the [documentation](_docs/index.md) for detailed instructions on how to install, configure, and effectively use Smart URL for comprehensive guidance.
43
-
44
-
**Visitors IP Country detection**
45
-
46
-
SmartyURL uses the `ip2location/ip2location-php` library to determine visitors country based on their IP addresses. It includes the free "IP2Location™ LITE IP-COUNTRY Database" for both personal and commercial use. For enhanced geographical redirect conditions with more accurate and up-to-date IP-based country data or if you need more accuracy consider purchasing a licensed IP2Location database. Refer to [IP2Location Database Docs](_docs/ip2location.md) for more details.
40
+
## Documentation
47
41
42
+
Please take a look to SmartyURL [documentation](docs/index.md) for detailed installation, configuration, and usage instructions.
48
43
49
-
## Documentation
44
+
**Visitors IP Country detection**
50
45
51
-
Please take a look to SmartyURL [documentation](_docs/index.md) for detailed installation, configuration, and usage instructions.
46
+
SmartyURL uses the `ip2location/ip2location-php` library to determine visitors country based on their IP addresses. It includes the free "IP2Location™ LITE IP-COUNTRY Database" for both personal and commercial use. For enhanced geographical redirect conditions with more accurate and up-to-date IP-based country data or if you need more accuracy consider purchasing a licensed IP2Location database. Refer to [IP2Location Database Docs](docs/ip2location.md) for more details.
52
47
53
48
54
49
## License
@@ -68,4 +63,4 @@ Also We would like to acknowledge the following resources and contributors for t
68
63
69
64
## SmartyURL Legal Notice
70
65
71
-
For more information, please refer to the [Legal Notice](_docs/legalnotice.md).
66
+
For more information, please refer to the [Legal Notice](docs/legalnotice.md).
Copy file name to clipboardExpand all lines: app/Language/ar/Common.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
<?php
2
2
3
3
return [
4
+
'javascriptNotEnabledNotice' => 'لقد تم تعطيل جافا سكربت في المتصفح او ان المتصفح لا يدعم جافاسكربت وبالتالي لن يعمل التطبيق بالشكل الامثل ، فعل جافا سكربت او استخدم متصفح يدعم جافا سكربت.',
0 commit comments