Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Integrating components over internal elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Jul 24, 2016
1 parent 4f68b4f commit 338099f
Show file tree
Hide file tree
Showing 73 changed files with 174 additions and 4,843 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"php": ">=5.5.9",
"illuminate/support": "5.*",
"doctrine/dbal": "^2.5",
"laravelcollective/html": "^5.2|^5.1",
"alfredo-ramos/parsedown-extra-laravel": "~0.3"
"yab/formmaker": "^1.0",
"yab/crypto": "^1.0",
"yab/crudmaker": "^1.0"
},
"require-dev": {
"illuminate/container": "^5.2|^5.1",
Expand All @@ -28,11 +29,11 @@
"autoload": {
"psr-4": {
"Yab\\Laracogs\\": "src/"
},
"files": [
"src/Helpers/form_maker.php",
"src/Helpers/input_maker.php",
"src/Helpers/crypto.php"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"minimum-stability": "stable"
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
use Yab\Laracogs\Generators\FileMakerTrait;
use Yab\Laracogs\Traits\FileMakerTrait;

class Api extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
use Yab\Laracogs\Generators\FileMakerTrait;
use Yab\Laracogs\Traits\FileMakerTrait;

class Billing extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
use Yab\Laracogs\Generators\FileMakerTrait;
use Yab\Laracogs\Traits\FileMakerTrait;

class Bootstrap extends Command
{
Expand Down
Loading

0 comments on commit 338099f

Please sign in to comment.