serverfireteam / blog

A nice blog system with laravel 5 and laravelpanel
MIT License
52 stars 32 forks source link

Add inline model form to panel add/edit mode #30

Open bahmanalidadi opened 7 years ago

bahmanalidadi commented 7 years ago

Is there any solution to implement inline model from to panel add/edit mode. for example: I have two model (Product, ProductPhoto), even Product have many ProductPhoto; now, I want to create admin panel for Product that user can add/edit Product and ProductPhoto in one page. is there any solution?