diff --git a/.idea/aratta-laravel.iml b/.idea/aratta-laravel.iml
new file mode 100644
index 0000000..31204bd
--- /dev/null
+++ b/.idea/aratta-laravel.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6eda0c7..ec59413 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,7 +1,9 @@
-
+
+
+
@@ -43,8 +45,8 @@
-
-
+
+
@@ -74,14 +76,11 @@
-
+
@@ -104,6 +103,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -138,12 +147,12 @@
1562167143677
-
+
-
+
@@ -184,17 +193,17 @@
-
+
-
-
+
+
-
+
-
-
+
+
diff --git a/bin/aratta-laravel b/bin/aratta-laravel
index 5208814..69e0dee 100644
--- a/bin/aratta-laravel
+++ b/bin/aratta-laravel
@@ -9,5 +9,5 @@
}
- $app = new app\ArattaLaravel();
+ $app = new App\ArattaLaravel();
$app->create($argv[1]);
diff --git a/composer.json b/composer.json
index 1607623..9e2cc11 100644
--- a/composer.json
+++ b/composer.json
@@ -10,5 +10,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {},
+ "autoload": {
+ "psr-4": {
+ "App\\": "app/"
+ }
+ },
"bin":["bin/aratta-laravel"]
}