You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments