Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
3
3FOverdrive
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fezrul
3FOverdrive
Commits
160eb430
Commit
160eb430
authored
Oct 17, 2022
by
fezrul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
4be59856
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
overdrive/README.md
+13
-2
overdrive/web/stubs/database/seeders/Menu.php
+1
-1
No files found.
overdrive/README.md
View file @
160eb430
...
@@ -10,10 +10,21 @@
...
@@ -10,10 +10,21 @@
1.
b) make sure Laravel page appear
1.
b) make sure Laravel page appear
1.
get new Laravolt / run application install as Laravolt document
1.
get new Laravolt / run application install as Laravolt document
1.
cd into newbase folder
1.
composer require laravolt/Laravolt
1.
composer require laravolt/Laravolt
1.
a) php artisan laravolt:install
1.
a) php artisan laravolt:install
1.
b) php artisan migrate
1.
Salin .env.example ke .env
1.
c) php artisan laravolt:admin Administrator admin@laravolt.dev secret
1.
Create and set your database configuration in .env
```
1. Run 'php artisan key:generate'
1. Run 'php artisan migrate
1. Run 'php artisan storage:link'
1. Run 'php artisan vendor:publish --tag=laravolt-assets'
```
1. Pastikan folder-folder berikut _writeable_:
1. bootstrap/cache
1. storage
1. php artisan laravolt:admin Administrator admin@laravolt.dev secret
## Local Setup
## Local Setup
...
...
overdrive/web/stubs/database/seeders/Menu.php
View file @
160eb430
...
@@ -86,7 +86,7 @@ class Menu extends Seeder
...
@@ -86,7 +86,7 @@ class Menu extends Seeder
'name_en'
=>
'Role Setting'
,
'name_en'
=>
'Role Setting'
,
'type'
=>
'1'
,
'type'
=>
'1'
,
'parent_id'
=>
'3'
,
'parent_id'
=>
'3'
,
'route'
=>
'user/role'
,
'route'
=>
'user/role
s
'
,
'permission'
=>
'["*"]'
,
'permission'
=>
'["*"]'
,
'order'
=>
'3'
,
'order'
=>
'3'
,
'status'
=>
'1'
,
'status'
=>
'1'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment