<?php if (! function_exists('config_path')) { /** * Get the configuration path. * * @param string $path * @return string */ function config_path($path = '') { return app()->basePath().'/config'.($path ? '/'.$path : $path); } } if (! function_exists('public_path')) { /** * Return the path to public dir. * * @param null $path * @return string */ function public_path($path = null) { return rtrim(app()->basePath('public/'.$path), '/'); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Contracts | Folder | 0755 |
|
|
Exceptions | Folder | 0755 |
|
|
Facades | Folder | 0755 |
|
|
Processors | Folder | 0755 |
|
|
Utilities | Folder | 0755 |
|
|
config | Folder | 0755 |
|
|
ApiResourceDataTable.php | File | 1.43 KB | 0644 |
|
CollectionDataTable.php | File | 9.37 KB | 0644 |
|
DataTableAbstract.php | File | 23.11 KB | 0644 |
|
DataTables.php | File | 5.5 KB | 0644 |
|
DataTablesServiceProvider.php | File | 2.26 KB | 0644 |
|
EloquentDataTable.php | File | 7.95 KB | 0644 |
|
QueryDataTable.php | File | 20.91 KB | 0644 |
|
helper.php | File | 750 B | 0644 |
|
lumen.php | File | 544 B | 0644 |
|