File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 3636 "minimum-stability" : " dev" ,
3737 "require" : {
3838 "php" : " ^7.2" ,
39- "illuminate/support" : " ^6.0" ,
39+ "illuminate/support" : " ^6.0|^7.0 " ,
4040 "doctrine/dbal" : " ^2.10" ,
4141 "laravel/passport" : " ^8.0" ,
4242 "codexshaper/database-backup-restore" : " ^1.1"
Original file line number Diff line number Diff line change 3636 label =" name"
3737 track-by =" name"
3838 :preselect-first =" false"
39- id =" update_relation"
40- >
41- </multiselect >
39+ id =" update_relation" ></multiselect >
4240 <multiselect
4341 v-if =" field.relationship.relationType == 'belongsToMany'"
4442 v-model =" newRow[field.relationship.relatedPivotKey]"
5149 label =" name"
5250 track-by =" name"
5351 :preselect-first =" false"
54- id =" update_belongs_to_many_relation"
55- >
56- </multiselect >
52+ id =" update_belongs_to_many_relation" ></multiselect >
5753 </div >
5854 <div v-else-if =" field.type == 'dropdown' || field.type == 'multiple_dropdown'" >
5955 <multiselect
6864 label =" name"
6965 track-by =" name"
7066 :preselect-first =" false"
71- id =" update_relation"
72- >
73- </multiselect >
67+ id =" update_relation" ></multiselect >
7468 </div >
7569 <div v-else-if =" field.type == 'file' ||
7670 field.type == 'image' ||
Original file line number Diff line number Diff line change 2828 <div class =" main-content" >
2929 <nav aria-label =" breadcrumb" >
3030 <ol class =" breadcrumb" >
31- <li class =" breadcrumb-item" v-for =" (breadcrumb,index) in $route.meta.breadcrumbs" >
31+ <li class =" breadcrumb-item" v-for =" (breadcrumb,index) in $route.meta.breadcrumbs" :key = " index " >
3232 <router-link
3333 :to =" { name: breadcrumb.name }"
3434 :class =" 'crumb-link'"
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function handle(Filesystem $filesystem)
8080
8181 $ this ->info ('Dumping the autoloaded files and reloading all new files ' );
8282 $ composer = $ this ->findComposer ();
83- $ process = new Process ($ composer .' dump-autoload ' );
83+ $ process = Process:: fromShellCommandline ($ composer .' dump-autoload ' );
8484 $ process ->setTimeout (null ); // Setting timeout to null to prevent installation from stopping at a certain point in time
8585 $ process ->setWorkingDirectory (base_path ())->run ();
8686
You can’t perform that action at this time.
0 commit comments