-
Can't find any templating guide. I'm not a programmer and it's very difficult to understand how to do anything. I'm widely familiar with blade template engine but that's it.
Some helpers needed for…
-
Installed the application after following these two steps and run the app and get the error below.
https://vanilo.io/docs/3.x/installation
https://vanilo.io/docs/3.x/admin-installation
```php…
-
whenever i tried to run php artisan serve i get the error appshell route not found[ ex: appshell.customer.index and co. none of the routes is working ]. please anyone ever experience this? or anyone …
-
Thanks for the great work guys. I just tried Vanilo demo from this repo. It is very inspiring that it works with Laravel as a package and to the best keep laravel itself intact.
I might be doing it …
-
```
-
Currently Vanilo assumes that the table name is `carts`, and there is no way to configure this. Can you make this a config setting, please?
I'll try to submit a pull request.
-
I have a fresh installation of Laravel 9.x, with Jetstream Inertia. Then following installation instructions I installed vanilo framework. After installing vanilo admin package, I am not able to creat…
-
The appshell js and css is not loading with Laravel 9 Vite. The doc instructions are for Laravel Mix, but this is[ replaced with Vite since Laravel 9](https://laravel.com/docs/9.x/vite).
The follow…
-
Despite there being no mention in [the order docs](https://vanilo.io/docs/3.x/orders) that for the admin interface to work, a billpayer was required and that billpayer required an address, I manually …
-
hello
how i can to add new setting item in /admin/settings, such as phone, email...
in boot() of AppServiceProvider it added and saved in DB, but in view we have only old data items :(