Skip to content

Commit 3580467

Browse files
Update README.md
1 parent 9a53bd3 commit 3580467

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,11 @@ For more complete example and demo please visit [Documentation here](https://cod
1818

1919
## Installing
2020

21-
### Using composer (recommended)
21+
### Using composer
2222
Use composer to install CodeIgniter4-DataTables into your project :
2323

2424
> composer require hermawan/codeigniter4-datatables
2525
26-
### Manual installation
27-
Or If you prefer not to use Composer to install, you can install manually.
28-
Download this from git repository. Extract and rename folder to `codeigniter4-datatables` in example place this on `ThirdParty` folder.
29-
30-
also this library need download dependency:
31-
- this library require `php-sql-parser`. download here https://github.com/greenlion/PHP-SQL-Parser Extract and rename also to `php-sql-parser`.
32-
Then open `app/Config/Autoload.php` and add namespace to the `$psr4` array.
33-
34-
```php
35-
$psr4 = [
36-
APP_NAMESPACE => APPPATH, // For custom app namespace
37-
'Config' => APPPATH . 'Config',
38-
'PHPSQLParser' => APPPATH .'ThirdParty/php-sql-parser/src/PHPSQLParser', // <-- namespace for php-sql-parser
39-
'Hermawan\DataTables' => APPPATH .'ThirdParty/codeigniter4-datatables/src', // <-- namespace for this library
40-
];
41-
```
42-
4326

4427
## Simple Initializing
4528

0 commit comments

Comments
 (0)