Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
92cc4bba
Commit
92cc4bba
authored
Apr 17, 2011
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[console] added documentation
parent
c8688256
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
doc/usage.rst
doc/usage.rst
+24
-0
No files found.
doc/usage.rst
View file @
92cc4bba
...
@@ -380,6 +380,30 @@ correctly, to prevent Cross-Site-Scripting attacks.
...
@@ -380,6 +380,30 @@ correctly, to prevent Cross-Site-Scripting attacks.
);
);
});
});
Console
-------
Silex includes a lightweight console for updating to the latest
version.
To find out which version of Silex you are using, just invoke
``silex.phar`` on the command-line without any arguments:
.. code-block:: text
$ php silex.phar
Silex version 1ee6b36
To update ``silex.phar`` to the latest version, invoke the ``update``
command:
.. code-block:: text
$ php silex.phar update
This will automatically download a new ``silex.phar`` from
``silex-project.org`` and replace the existing one.
Pitfalls
Pitfalls
--------
--------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment