Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Jul 19, 2022
1 parent 671522d commit 21bcd20
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 41 deletions.
3 changes: 0 additions & 3 deletions database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
$this->call([
UserSeeder::class
]);
}
}
28 changes: 0 additions & 28 deletions database/seeders/UserSeeder.php

This file was deleted.

20 changes: 10 additions & 10 deletions modules_statuses.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Roles": true,
"Translations": true,
"Base": true,
"Settings": true,
"Browser": true,
"Artisan": true,
"Notifications": true,
"Roles": false,
"Translations": false,
"Base": false,
"Settings": false,
"Browser": false,
"Artisan": false,
"Notifications": false,
"Payment": false,
"Menu": true,
"Customers": true
}
"Menu": false,
"Customers": false
}
8 changes: 8 additions & 0 deletions resources/docs/1.0/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ php artisan config:cache

<hr>

<a name="select-modules"></a>

## [Select Modules](#select-modules)

now the app is ready to select modules to start your new project so go to `modules_statuses.json` and make your modules to `true` and then run migrations or selected Module commands

<hr>

<a name="run-migration"></a>

## [Run migration](#run-migration)
Expand Down

0 comments on commit 21bcd20

Please sign in to comment.