laravel-code-generator icon indicating copy to clipboard operation
laravel-code-generator copied to clipboard

Generate code without layouts and views.

Open mgip opened this issue 3 years ago • 2 comments

Hello guys, beforeall, thx so much for amazing package.

It's just a question:

I have implemented a dashboard html with a huge frontend resource, i want to know if i can generate except the layouts and view stuff...

could you show me how do that, or the documentation to this... i didn't find it.

Thanks.

mgip avatar Aug 07 '22 11:08 mgip

I don’t know if you can create views without layout. But you maybe able to. Try passing empty string to —layout parameter when calling create view command

MikeAlhayek avatar Aug 07 '22 15:08 MikeAlhayek

I don’t know if you can create views without layout. But you maybe able to. Try passing empty string to —layout parameter when calling create view command

OK. but i figure out without layout statement, i mind, after create a resource-file, create the resource [model], that's it.

The problem i have now, is change the view path, i dont find how do i this.

mgip avatar Aug 08 '22 09:08 mgip