Nagib Mahfuj
Nagib Mahfuj
Hello, I made a delete call: `static::deleted(function ($user) { $user->deleteFromIndex(); });` gets error when I call eloquent delete `BadMethodCallException in Builder.php line 2161: Call to undefined method Illuminate\Database\Query\Builder::deleteFromIndex()`
How to build for production so that I can upload files to server and run?
I am using vite in react.js and in my async function I am trying to dynamically import the package. ```rust async function formatCode(code) { const { format } = await...