I want to create a simple admin panel with a rudimentary hierarchy Account > Store > Product Categories > Products and users that I want to assign to them.
I want to also create a public facing front-end for viewing those products.
I want to work with the Tall Stack for the admin panel and InertiaJS + Vue3 for the front-page.
My questions are:
* How do I add the --auth scaffolding in the TALL stack AFTERWARDS? I want to get started on the project and I don't care about the auth for now since most of it is ready anyway, but I don't see anywhere in the documentation how to add it later.
* Is there anything I need to setup for InertiaJS to be able to work in the project when the TALL stack is already configured? Are there any conflicts that I might experience down the line?
* Is there a good/large open source livewire project to get a better look at how people would usually work with Livewire?
* How do I inject a class in a Livewire component? For example, I will have a product page and I would like to have the logic separately in a productService or action or w/e. How would I inject the class? Do I do it in the constructor as usual?
I chose TALL stack for the admin and Inertia for the front-page because I want to learn both of those technologies as I intend to work with laravel mainly in the future. submitted by /u/AlkaKr
[link] [comments]
0 comments:
Post a Comment
Thanks