Skip to content

Commit

Permalink
added autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlrSajjad committed Jul 3, 2019
1 parent 117b60b commit efe17f7
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 17 deletions.
11 changes: 11 additions & 0 deletions .idea/aratta-laravel.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 25 additions & 16 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/aratta-laravel
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}


$app = new app\ArattaLaravel();
$app = new App\ArattaLaravel();
$app->create($argv[1]);
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"bin":["bin/aratta-laravel"]
}

0 comments on commit efe17f7

Please sign in to comment.