mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 12:54:31 -04:00
Added basic custom modules docs
This commit is contained in:
parent
0571e91ee3
commit
d831d7969b
@ -8,19 +8,19 @@ Install Module
|
||||
|
||||
To install a module run:
|
||||
|
||||
.. code-block:: ruby
|
||||
.. code-block:: php
|
||||
|
||||
php artisan module:install <vendor/module> --type=github
|
||||
|
||||
For example:
|
||||
|
||||
.. code-block:: ruby
|
||||
.. code-block:: php
|
||||
|
||||
php artisan module:install invoiceninja/sprockets --type=github
|
||||
|
||||
You can check the current module status with:
|
||||
|
||||
.. code-block:: ruby
|
||||
.. code-block:: php
|
||||
|
||||
php artisan module:list
|
||||
|
||||
@ -30,7 +30,7 @@ Create Module
|
||||
|
||||
Run the following command to create a module:
|
||||
|
||||
.. code-block:: ruby
|
||||
.. code-block:: php
|
||||
|
||||
php artisan module:make <module>
|
||||
|
||||
@ -43,7 +43,7 @@ Share Module
|
||||
|
||||
To share your module create a new project on GitHub and then commit the code:
|
||||
|
||||
.. code-block:: ruby
|
||||
.. code-block:: php
|
||||
|
||||
cd Modules/<module>
|
||||
git init
|
||||
|
Loading…
x
Reference in New Issue
Block a user