📄️ Stub Renderer
The StubRenderer class is used to load, replace and append content to stub files.
📄️ String Caser
The StringCaser class provides static methods to convert a given name to different cases.
📄️ Using stubs in commands
To use stubs in commands, use the GeneratesFiles trait in your command.
📄️ Testing
You can use the InteractsWithTestFiles and the InteractsWithTestStubs traits in your tests.