File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-package-tools ` will be documented in this file.
4
4
5
+ ## 1.18.1 - 2025-01-20
6
+
7
+ ### What's Changed
8
+
9
+ * General readability/extendability improvements by @stuart-elliott in https://github.com/spatie/laravel-package-tools/pull/157
10
+
11
+ ### New Contributors
12
+
13
+ * @stuart-elliott made their first contribution in https://github.com/spatie/laravel-package-tools/pull/157
14
+
15
+ ** Full Changelog** : https://github.com/spatie/laravel-package-tools/compare/1.18.0...1.18.1
16
+
5
17
## 1.18.0 - 2024-12-30
6
18
7
19
### What's Changed
Original file line number Diff line number Diff line change 8
8
use Illuminate \Support \ServiceProvider ;
9
9
use Illuminate \Support \Str ;
10
10
use ReflectionClass ;
11
- use Spatie \LaravelPackageTools \Actions \GenerateMigrationName ;
12
11
use Spatie \LaravelPackageTools \Exceptions \InvalidPackage ;
13
12
14
13
abstract class PackageServiceProvider extends ServiceProvider
You can’t perform that action at this time.
0 commit comments