Is there any way to have laravel spark on top of the backpack implementation to manage SaaS subscriptions? #612
-
Hello, I wonder if Laravel Spark and Backpack can coexist smoothly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @sanchezpablo, Backpack & Spark are two individual packages installable in laravel. Both can be implemented in a laravel project without any conflict. The way of implementation depends on your project needs, you have to figure out how you want to implement it. There is no first-party package from the backpack for laravel spark. You need to figure out the implementation by yourself. |
Beta Was this translation helpful? Give feedback.
Hey @sanchezpablo, Backpack & Spark are two individual packages installable in laravel. Both can be implemented in a laravel project without any conflict.
The way of implementation depends on your project needs, you have to figure out how you want to implement it.
if you wanna show its database records in a CRUD, you can do it via relationship or using laravel spark's models or extending its model to your model.
There is no first-party package from the backpack for laravel spark. You need to figure out the implementation by yourself.