Results 5 comments of Yogi Satya

Just fresh install Laravel 8 and `crocodicstudio/crudbooster=5.5.*` then run command `php artisan crudbooster:install` ``` Illuminate\Contracts\Container\BindingResolutionException Target class [Database\Seeders\CBSeeder] does not exist. at C:\laragon\www\point-of-sale\vendor\laravel\framework\src\Illuminate\Container\Container.php:835 831â–• 832â–• try { 833â–• $reflector =...

Im using yarn and it works ``` \core-ui> yarn yarn install v1.22.10 info No lockfile found. warning package-lock.json found. Your project contains lock files generated by tools other than Yarn....

I have to change value in database directly to display custom attribute. Table : data_rows , column : details , in my case i change the value to this :...

I resolve this issue by installing libappindicator OS : Ubuntu 24.04 `sudo apt install libappindicator3-1` and then modify file /usr/share/applications/xdm-app.desktop, add `GDK_BACKEND=x11` ```bash [Desktop Entry] Version=1.0 Encoding=UTF-8 Exec=env GTK_USE_PORTAL=1 GDK_BACKEND=x11...