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
The craft controller command creates a controller that returns a view named "" (empty string). It confuses the people that are learning about the framework.
Expected behaviour
I suggest to make welcome the default view for controllers
Steps to reproduce the bug
use craft make controller
See that the controller return view.render("")
Screenshots
No response
OS
macOS
OS version
Sonoma 14.1.2
Browser
No response
Masonite Version
4.19.1
Anything else ?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The craft controller command creates a controller that returns a view named "" (empty string). It confuses the people that are learning about the framework.
Expected behaviour
I suggest to make welcome the default view for controllers
Steps to reproduce the bug
return view.render("")
Screenshots
No response
OS
macOS
OS version
Sonoma 14.1.2
Browser
No response
Masonite Version
4.19.1
Anything else ?
No response
The text was updated successfully, but these errors were encountered: