Skip to content

Commit

Permalink
remove frontend from resource & refactor resource response
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 8, 2022
1 parent d82a7b9 commit 4dc88ab
Show file tree
Hide file tree
Showing 305 changed files with 94 additions and 17,494 deletions.
Empty file removed Console/.gitkeep
Empty file.
134 changes: 0 additions & 134 deletions Console/InstallVilt.php

This file was deleted.

4 changes: 0 additions & 4 deletions Providers/BaseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ public function boot()
$this->loadViewsFrom(module_path($this->moduleName, 'Resources/views'), 'base');
$this->loadMigrationsFrom(module_path($this->moduleName, 'Database/Migrations'));
URL::forceScheme('https');

$this->commands([
InstallVilt::class
]);
}

/**
Expand Down
44 changes: 0 additions & 44 deletions Publish/app/Http/Middleware/HandleInertiaRequests.php

This file was deleted.

63 changes: 0 additions & 63 deletions Publish/app/Models/User.php

This file was deleted.

52 changes: 0 additions & 52 deletions Publish/app/Providers/RouteServiceProvider.php

This file was deleted.

Loading

0 comments on commit 4dc88ab

Please sign in to comment.