Skip to content

Commit

Permalink
Merge pull request #38 from uasoft-indonesia/develop
Browse files Browse the repository at this point in the history
Merge develop to main
  • Loading branch information
rizkiheryandi authored Jun 2, 2021
2 parents b9bc84c + 079fccb commit 69ab9ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 127 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ php artisan badaso-content:setup --force
```
composer dump-autoload
```

8. Open the ```env``` file then add the following lines.
9. Run command
```
php artisan db:seed --class=ContentModuleSeeder
```
11. Open the ```env``` file then add the following lines.
```
MIX_DEFAULT_MENU=admin
MIX_BADASO_MENU=${MIX_DEFAULT_MENU},badaso-content-module
Expand All @@ -128,4 +131,4 @@ Before submitting an issue you need to make sure:
- Refer to [the official Badaso Content Module documentation](https://github.com/uasoft-indonesia/badaso-content-module).
- Ask a question on [github discussion](https://github.com/uasoft-indonesia/badaso-content-module/discussions).
- Your issue title is concise, on-topic and polite.
- You can and do provide steps to reproduce your issue.
- You can and do provide steps to reproduce your issue.
45 changes: 0 additions & 45 deletions src/Commands/BadasoContentDummySeeder.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/Providers/BadasoContentModuleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Illuminate\Foundation\AliasLoader;
use Illuminate\Support\ServiceProvider;
use Uasoft\Badaso\Module\Content\BadasoContentModule;
use Uasoft\Badaso\Module\Content\Commands\BadasoContentDummySeeder;
use Uasoft\Badaso\Module\Content\Commands\BadasoContentSetup;
use Uasoft\Badaso\Module\Content\Facades\BadasoContentModule as FacadesBadasoContentModule;

Expand Down Expand Up @@ -51,6 +50,5 @@ public function register()
private function registerConsoleCommands()
{
$this->commands(BadasoContentSetup::class);
$this->commands(BadasoContentDummySeeder::class);
}
}
77 changes: 0 additions & 77 deletions src/Seeder/ContentTableSeeder.php

This file was deleted.

0 comments on commit 69ab9ed

Please sign in to comment.