Skip to content

Commit 18f2282

Browse files
fix problem
1 parent 7134304 commit 18f2282

File tree

11 files changed

+4
-736
lines changed

11 files changed

+4
-736
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "yazan/laravel-datatable",
2+
"name": "yazan/datatable",
33
"description": "this package help you to easy create datatable",
44
"type": "library",
55
"license": "MIT",
@@ -10,10 +10,7 @@
1010
}
1111
],
1212
"minimum-stability": "dev",
13-
"require": {
14-
"php": ">=7.4"
15-
16-
},
13+
"require": {},
1714

1815
"autoload": {
1916
"psr-4": {
@@ -25,6 +22,7 @@
2522
"providers": [
2623
"Yazan\\DataTable\\DataTableServiceProvider"
2724
]
25+
2826
}
2927
}
3028
}

src/DataTableServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function register()
2525
*/
2626
public function boot()
2727
{
28+
// dd('hello');
2829
//
2930
if ($this->app->runningInConsole()) {
3031
$this->commands([

vendor/autoload.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)