Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 committed Feb 29, 2024
1 parent 49db64a commit 74df760
Show file tree
Hide file tree
Showing 379 changed files with 7 additions and 59,575 deletions.
4 changes: 3 additions & 1 deletion axm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ if (PHP_SAPI !== 'cli') {
exit("This script can only be run from the command line!\n\n");
}

require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'bootstrap.php';
require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'axm' .
DIRECTORY_SEPARATOR . 'framework' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR .
'bootstrap.php';

//The console application instance.
$console = app()->createConsoleApplication();
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"ext-zip": "*",
"ext-mbstring": "*",
"ext-intl": "*",
"filp/whoops": "^2.15.4",
"illuminate/database": "^10.45.1"
"axm/framework": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^6.3.5"
Expand Down
302 changes: 0 additions & 302 deletions core/App.php

This file was deleted.

21 changes: 0 additions & 21 deletions core/BaseModel.php

This file was deleted.

Loading

0 comments on commit 74df760

Please sign in to comment.