Harmonic / laravel-preset

Laravel preset with inertiaJS, Tailwind CSS and admin theme.
42 stars 4 forks source link

Support for installing without interia table #6

Open atymic opened 4 years ago

atymic commented 4 years ago

First off, I love this preset :)

I've used it for multiple projects already, and bar a few little issues it's awesome!

One this I was wondering is would you be open to a PR that just includes all the inertia setup without the theme?

I assume this would be a sub option when accepting the inertia option, asking if you wanted to install the theme (and interia-table package), defaulting to yes?

craigharman commented 4 years ago

There are probably better options for a Laravel/Inertia install such as @michaeldyranda preset: https://github.com/laravel-frontend-presets/inertiajs

Or am I missing a particular use case?

atymic commented 4 years ago

There are probably better options for a Laravel/Inertia install such as @michaeldyranda preset: laravel-frontend-presets/inertiajs

I did look into that, but there's a couple of issues:

It's really just a bare bones minimal setup of interia in laravel

Basically, i'd love a complete setup minus the theme & table plugin (ie, just an example inertia page)

Totally fine if that's not an option you want :) Just a thought.