Skip to content

Commit fc00980

Browse files
committed
feat: wip
1 parent c9300f4 commit fc00980

File tree

3 files changed

+1
-69
lines changed

3 files changed

+1
-69
lines changed

config/app-modules.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
|
3434
*/
3535

36-
'modules_vendor' => 'laravel-cm',
36+
'modules_vendor' => 'laravelcm',
3737

3838
/*
3939
|--------------------------------------------------------------------------

stubs/app-modules/app/Plugin.php

-34
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,6 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
<COPYRIGHT>
7-
8-
Copyright © 2016-2025, Canyon GBS LLC. All rights reserved.
9-
10-
Advising App™ is licensed under the Elastic License 2.0. For more details,
11-
see https://github.com/canyongbs/advisingapp/blob/main/LICENSE.
12-
13-
Notice:
14-
15-
- You may not provide the software to third parties as a hosted or managed
16-
service, where the service provides users with access to any substantial set of
17-
the features or functionality of the software.
18-
- You may not move, change, disable, or circumvent the license key functionality
19-
in the software, and you may not remove or obscure any functionality in the
20-
software that is protected by the license key.
21-
- You may not alter, remove, or obscure any licensing, copyright, or other notices
22-
of the licensor in the software. Any use of the licensor's trademarks is subject
23-
to applicable law.
24-
- Canyon GBS LLC respects the intellectual property rights of others and expects the
25-
same in return. Canyon GBS™ and Advising App™ are registered trademarks of
26-
Canyon GBS LLC, and we are committed to enforcing and protecting our trademarks
27-
vigorously.
28-
- The software solution, including services, infrastructure, and code, is offered as a
29-
Software as a Service (SaaS) by Canyon GBS LLC.
30-
- Use of this software implies agreement to the license terms and conditions as stated
31-
in the Elastic License 2.0.
32-
33-
For more information or inquiries please visit our website at
34-
https://www.canyongbs.com or contact us via email at [email protected].
35-
36-
</COPYRIGHT>
37-
*/
38-
395
namespace Laravelcm\StubComposerName;
406

417
use Filament\Contracts\Plugin;

stubs/app-modules/app/ServiceProvider.php

-34
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,6 @@
22

33
declare(strict_types=1);
44

5-
/*
6-
<COPYRIGHT>
7-
8-
Copyright © 2016-2025, Canyon GBS LLC. All rights reserved.
9-
10-
Advising App™ is licensed under the Elastic License 2.0. For more details,
11-
see https://github.com/canyongbs/advisingapp/blob/main/LICENSE.
12-
13-
Notice:
14-
15-
- You may not provide the software to third parties as a hosted or managed
16-
service, where the service provides users with access to any substantial set of
17-
the features or functionality of the software.
18-
- You may not move, change, disable, or circumvent the license key functionality
19-
in the software, and you may not remove or obscure any functionality in the
20-
software that is protected by the license key.
21-
- You may not alter, remove, or obscure any licensing, copyright, or other notices
22-
of the licensor in the software. Any use of the licensor's trademarks is subject
23-
to applicable law.
24-
- Canyon GBS LLC respects the intellectual property rights of others and expects the
25-
same in return. Canyon GBS™ and Advising App™ are registered trademarks of
26-
Canyon GBS LLC, and we are committed to enforcing and protecting our trademarks
27-
vigorously.
28-
- The software solution, including services, infrastructure, and code, is offered as a
29-
Software as a Service (SaaS) by Canyon GBS LLC.
30-
- Use of this software implies agreement to the license terms and conditions as stated
31-
in the Elastic License 2.0.
32-
33-
For more information or inquiries please visit our website at
34-
https://www.canyongbs.com or contact us via email at [email protected].
35-
36-
</COPYRIGHT>
37-
*/
38-
395
namespace Laravelcm\StubComposerName\Providers;
406

417
use Filament\Panel;

0 commit comments

Comments
 (0)