-
Sorry I could not find any information about this.
Why is this project using a EOL version of Laravel? EOL was August 30, 2020 for 5.5.
Makes me feel uncomfortable using this project in produc…
-
http://david.heinemeierhansson.com/2014/tdd-is-dead-long-live-testing.html
https://www.reddit.com/r/programming/comments/23rmdw/tdd_is_dead_long_live_testing_dhh/
It’s not so much as TDD is the wr…
-
First of all, thanks for creating this neat little package!
I'm wondering, would it be possible to list all secrets? (`Vault::listSecrets()` ?) After listing the secrets we could use the `Vault::se…
-
Looks that way (142 forks, 13 open pull requests etc)
gazsp updated
8 years ago
-
**Is your feature request related to a problem? Please describe.**
Hello guys. I have tried to code using TDD approach as i do in my another projects. I'm a man with 5 year experience of php laravel …
-
**Describe the bug**
i need chnage fillable in eloquent by user role
```
public function __construct(array $attributes = []) {
if(auth()->user()->is_admin){
$this->fi…
-
Is Ardent testable? It seems like I'm not doing anything special here and it's throwing a fatal error
My model:
``` php
class Account extends \LaravelBook\Ardent\Ardent
{
protected $fillable …
bkuhl updated
10 years ago
-
I have a problem in the following case and with eager loading:
two fields with the same type:
HasOne::make('metric')->type('inventory-metrics'),
HasOne::make('metric-service', 'metricService')…
-
Hi there,
Great Library! I'm facing an issue issue though, I keep receiving the error "A facade root has not been set" as follow:
```
object(RuntimeException)#130 (7) {
["message":protected]=>
s…
-
Using `phan` 5.2.1, i've noticed that running `php vendor/bin/phan` will surface issues that don't appear when using phan as a daemon with the phan_client.
```
=> php vendor/bin/phan --version …