Skip to content
Snippets Groups Projects
Commit 8f815973 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Manual instalation.

parent fbb15222
No related branches found
No related tags found
No related merge requests found
Pipeline #7142 passed
...@@ -28,6 +28,13 @@ To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-ba ...@@ -28,6 +28,13 @@ To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-ba
require_once 'vendor/autoload.php'; require_once 'vendor/autoload.php';
``` ```
## Manual instalation
If you do not wish to use Composer, you can download the latest release. Then, to use the Notices, include the init.php file.
```php
require_once('/path/to/notice/src/init.php');
```
## Getting Started ## Getting Started
......
<?php
include './WPDesk/Notice/AjaxHandler.php';
include './WPDesk/Notice/Notice.php';
include './WPDesk/Notice/PermanentDismissibleNotice.php';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment