Skip to content

Commit 549ccdd

Browse files
committed
Update User Guide
1 parent 39853f3 commit 549ccdd

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

guide/index.rst

+37
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Framework
77
Aplus Framework.
88

99
- `Installation`_
10+
- `About`_
11+
- `Conclusion`_
1012

1113
Installation
1214
------------
@@ -16,3 +18,38 @@ The installation of this package can be done with Composer:
1618
.. code-block::
1719
1820
composer require aplus/framework
21+
22+
About
23+
-----
24+
25+
This package is responsible for installing other Aplus Framework libraries.
26+
27+
It has the **Aplus** class, through which it is possible to get information
28+
about the current version of the installed framework:
29+
30+
.. code-block:: php
31+
32+
echo Aplus::VERSION;
33+
echo Aplus::CODENAME;
34+
echo Aplus::DESCRIPTION;
35+
36+
With this package it is possible to create applications according to the need of
37+
the developer.
38+
39+
As examples, you can analyze the `App <https://docs.aplus-framework.com/guides/projects/app/index.html>`_
40+
and `One <https://docs.aplus-framework.com/guides/projects/one/index.html>`_
41+
projects, which create structures using the `MVC <https://docs.aplus-framework.com/guides/libraries/mvc/index.html>`_
42+
library.
43+
44+
Conclusion
45+
----------
46+
47+
Aplus Framework is an easy-to-use tool for, beginners and experienced, PHP developers.
48+
It is perfect for creating high-performance applications of any size.
49+
The more you use it, the more you will learn.
50+
51+
.. note::
52+
Did you find something wrong?
53+
Be sure to let us know about it with an
54+
`issue <https://gitlab.com/aplus-framework/framework/-/issues>`_.
55+
Thank you!

0 commit comments

Comments
 (0)