Skip to content

Commit 69b88e6

Browse files
committed
debugging the publish feature
1 parent 0786638 commit 69b88e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2
-2249
lines changed

src/HelpersServiceProvider.php

+2-10
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,15 @@ public function boot()
1919
$this->publishes([
2020
__DIR__.'/views' => base_path('resources/views/vendor/unrulynatives/helpers'),
2121

22-
2322
// publish view files for the UN Starter Kit
24-
$this->publishes([
2523
__DIR__.'/unstarter_views' => base_path('resources/views/unstarter'),
2624

2725
// publish app files (Models, Controllers, etc.) for the UN Starter Kit
28-
$this->publishes([
29-
__DIR__.'/unstarter_app' => base_path('/'),
26+
__DIR__.'/unstarter_app' => base_path('unstarter'),
3027

31-
// publish app files (Models, Controllers, etc.) for the UN Starter Kit
32-
$this->publishes([
28+
// publish Controllers to the app's app/Http/Controllers folder
3329
__DIR__.'/unstarter_controllers' => base_path('app/Http/Controllers'),
3430

35-
// Publishes css & js resources to the app
36-
$this->publishes([__DIR__.'/../public' => public_path(),
37-
], 'public'),
38-
3931

4032

4133
]);

src/unstarter/admin/dashboard_admintools.blade.php

-75
This file was deleted.

src/unstarter/admin/index.blade.php

-71
This file was deleted.

src/unstarter/admin/segments/site_statement.blade.php

-10
This file was deleted.

src/unstarter/admin/tools/_admintools.blade.php

-8
This file was deleted.

src/unstarter/admin/tools/_info_on_perform.blade.php

-28
This file was deleted.

src/unstarter/admin/tools/assign_roles.blade.php

-43
This file was deleted.

src/unstarter/admin/tools/remove_status_null.blade.php

-31
This file was deleted.

src/unstarter/admin/tools/server_status.blade.php

-28
This file was deleted.

0 commit comments

Comments
 (0)