Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
ce9fabab
Commit
ce9fabab
authored
Jul 11, 2013
by
Suralc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewording
parent
4f97fced
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
extensions/composer/README.md
+1
-1
README.md
extensions/jui/README.md
+1
-1
README.md
extensions/smarty/README.md
+1
-1
README.md
extensions/twig/README.md
+1
-1
No files found.
extensions/composer/README.md
View file @
ce9fabab
...
...
@@ -29,7 +29,7 @@ Usage & Documentation
-----------
This extensions allows you to hook to certain composer events and prepare your yii2-app for usage.
After the package is installed
you have to modify your composer.json
to enable this extension.
After the package is installed
, the composer.json file has to be modified
to enable this extension.
To see it in action take a look at the example apps in the repository:
...
...
extensions/jui/README.md
View file @
ce9fabab
...
...
@@ -35,7 +35,7 @@ to the require section of your composer.json.
Usage & Documentation
-----------
This extension provides
the
multiple widgets to work with jquery.ui, as well as a set of compatible jquery.ui files.
This extension provides multiple widgets to work with jquery.ui, as well as a set of compatible jquery.ui files.
You can use these widgets in your view files after you have registered the corresponding assets.
...
...
extensions/smarty/README.md
View file @
ce9fabab
...
...
@@ -36,7 +36,7 @@ Usage & Documentation
-----------
This extension has to be registered prior to usage.
To
do this add the following to the $rendereres property of the view instance you want to use this with:
To
enable this view renderer add it to the $rendereres property of your view object.
Example:
```
php
...
...
extensions/twig/README.md
View file @
ce9fabab
...
...
@@ -36,7 +36,7 @@ Usage & Documentation
-----------
This extension has to be registered prior to usage.
To
do this add the following to the $rendereres property of the view instance you want to use this with:
To
enable this view renderer add it to the $rendereres property of your view object.
Example:
```
php
...
...
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