Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from BrokerExchange/feature/1.0
Browse files Browse the repository at this point in the history
Mass Assignments/File Validation
  • Loading branch information
Jantho1990 authored May 15, 2018
2 parents 7b5f389 + 3f67c3e commit 6fc0876
Show file tree
Hide file tree
Showing 15 changed files with 117 additions and 881 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 9 additions & 1 deletion build-test-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ sed -i '' "s/DB_DATABASE=homestead/DB_DATABASE=$db_database/g" .env
sed -i '' "s/DB_USERNAME=homestead/DB_USERNAME=$db_username/g" .env
sed -i '' "s/DB_PASSWORD=secret/DB_PASSWORD=$db_password/g" .env
sed -i '' "s|// \$this->call(UsersTableSeeder::class);|\$this->call(UsersTableSeeder::class);|" ./database/seeds/DatabaseSeeder.php

sed -i '' 's/Laravel\\Tinker\\TinkerServiceProvider::class,/Laravel\\Tinker\\TinkerServiceProvider::class,\
Showcase\\App\\Providers\\ShowcaseProvider::class,\
Laracasts\\Flash\\FlashServiceProvider::class,/' ./config/app.php

cp ../UsersTableSeeder.php ./database/seeds/
php artisan make:auth
composer require brokerexchange/showcase=dev-feature/1.0
composer dump-autoload
echo "Pre auth"
php artisan make:auth
echo "Post auth"
npm install
cd ..
bash update-test-project.sh --migrations --rundev
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"fzaninotto/faker": "^1.4",
"illuminate/filesystem": "^5.4",
"illuminate/pagination": "^5.4",
"nesbot/carbon": "^1.27",
"doctrine/inflector": "1.1"
"nesbot/carbon": "^1.27"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 6fc0876

Please sign in to comment.