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
There are several things we can do to make this package sooo much better. Keeping this in mind, this is an issue to track what we will be doing for version 1.0.
App Directory
Rename app/ to src/
Console
Move Console Kernel to src/App/Console
Move commands to src/App/Console/Commands
HTTP
Move Controllers to src/App/Website
Move HTTP Kernel to src/App/Website
Move abstract controller and middleware to src/App/Website/Support
Make Commands
Remove prefix and decide location based on arguments.
e.g. make:view-model {AppDir} {ViewModelName}
e.g. make:model {DomainDir} {ModelName}
Use Spatie View Models
The text was updated successfully, but these errors were encountered:
There are several things we can do to make this package sooo much better. Keeping this in mind, this is an issue to track what we will be doing for version 1.0.
App Directory
app/
tosrc/
Console
src/App/Console
src/App/Console/Commands
HTTP
src/App/Website
src/App/Website
src/App/Website/Support
Make Commands
make:view-model {AppDir} {ViewModelName}
make:model {DomainDir} {ModelName}
The text was updated successfully, but these errors were encountered: