You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-74Lines changed: 13 additions & 74 deletions
Original file line number
Diff line number
Diff line change
@@ -1,93 +1,32 @@
1
-
# TallUI :package_description
1
+
# TallUI Test Alf
2
2
3
-
[](https://packagist.org/packages/:vendor_slug/:package_slug)
[](https://packagist.org/packages/kimspeer/sortlist)
This repo can be used to scaffold a TallUI package. Follow these steps to get started:
11
8
12
-
1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
13
-
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
14
-
3. Have fun developing your package.
15
-
16
-
This package is based on [Laravel Package Tools by Spatie](https://github.com/spatie/laravel-package-tools), learn more about the simplified scaffolding of your service-provider there.
17
-
18
-
If you need help creating a package, consider picking up the <ahref="https://laravelpackage.training">Laravel Package Training by Spatie</a> video course.
19
-
20
-
For most of the questions in configure.php, there will be an example migration, command, module, widget, block and component configured. You can directly start to build your package editing these examples. If you need more than one migration, command, module, widget, block or component, you can add these as an array. Don't forget to switch between
21
-
22
-
-```hasMigration``` and ```hasMigrations```, or call ```hasMigration``` multiple times
23
-
-```hasCommand``` and ```hasCommands```, or call ```hasCommand``` multiple times
24
-
-```hasModule``` and ```hasModules```, or call ```hasModule``` multiple times
25
-
-```hasWidget``` and ```hasWidgets```, or call ```hasWidget``` multiple times
26
-
-```hasBlock``` and ```hasBlocks```, or call ```hasBlock``` multiple times
27
-
28
-
We stick to the conventions made in [Spatie's Laravel Package Tools](https://github.com/spatie/laravel-package-tools). If you are unsure about the syntax, read there.
29
-
30
-
## Todo:
31
-
32
-
Think about how to add each of these questions, or make them default.
33
-
34
-
### Questions in configure.php
35
-
36
-
- Does the package include config? Y/n
37
-
- Does the package include views? Y/n
38
-
- Does the package include translations? Y/n
39
-
- Does the package include migrations? Y/n
40
-
- Does the package include commands? Y/n
41
-
- Does the package include admin modules? Y/n
42
-
- Does the package include admin widgets? Y/n
43
-
- Does the package include editor blocks? Y/n
44
-
- Does the package include an admin theme? Y/n
45
-
- Does the package include a website theme? Y/n
46
-
- Does the package include docs? Y/n
47
-
- Does the package include blade components? Y/n
48
-
- Does the package include livewire components? Y/n
49
-
50
-
### Service Provider
51
-
52
-
- Add the package-provider in core or packages, extend spatie and use the own package provider
53
-
- Add a demo blade and livewire-component
54
-
- Add languages? Which ones?
55
-
- Scaffold! :-)
56
-
57
-
### Config
58
-
59
-
- Idea: use config from blade-ui-kit instead of service provider
60
-
- Design: add theming
61
-
62
-
### Docs
63
-
64
-
Probably a good idea to:
65
-
66
-
- How to create ... modules, ...
67
-
68
-
---
69
-
<!--/delete-->
70
9
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
@@ -130,9 +69,9 @@ Please review [our security policy](../../security/policy) on how to report secu
130
69
131
70
## Credits
132
71
133
-
This package is based on Package Skeleton Laravel from [Spatie](https://spatie.be/products). If you are a Laravel developer, their services, products and trainings are for you. Otherwise they love post cards.
72
+
This package is based on Package Sort Laravel from [Spatie](https://spatie.be/products). If you are a Laravel developer, their services, products and trainings are for you. Otherwise they love post cards.
0 commit comments