I am trying to use MyModel::restored event inside MyModel::boot method but Laravel says restored fun...
I need to replace Hash. For this, I have made a class named MyHash like this : class MyHasher implem...
I was having problem too. I solved it by setting the encryption setting to tls.
Yes, the docs mention the soft delete trait, but it doesn't mention that those events are defined in...
Thanks! But I think this has to be mentioned in documents. It gave me headache for some hours :))
I am fairly new to Laravel, but this is a hacky thing which works: $app =& $this->app $this-&...
You don't seem to have MongoDB extension installed for PHP. See here to install it : php.net/mongo
The Laravel portal for problem solving, knowledge sharing and community building.
The community