Gerardo Ibarra
Gerardo Ibarra
When use `Bouncer::cache();` in `Silber\Bouncer\CachedClipboard::class` use function `$this->cache->forever($key, $value = $callback());`. It would be nice to use something like `$this->cache->put($key, $value = $callback(), $ttl);` and `$ttl` be configurable in call...
I want to use LaravelZero & Pest & Dusk, But I don't want to use Command mode [https://laravel-zero.com/docs/web-browser-automation](https://laravel-zero.com/docs/web-browser-automation). I try Command mode and work. I try [https://pestphp.com/docs/guides/laravel#laravel-dusk](https://pestphp.com/docs/guides/laravel#laravel-dusk) ```bash # create...
When creating a model, choose a sub namespace, For example Namespace = Blog Model = Post App\Blog\Post.php App\Http\Controllers\Blog\PostController.php App\Http\Request\Blog\Post\CreatePostRequest.php Namespace = Blog Model = Comment App\Blog\Comment.php App\Http\Controllers\Blog\CommentController.php App\Http\Request\Blog\Comment\CreateCommentRequest.php
When creating a model you can rename the table ($ protected $ table = '' and Schema :: table () / Schema :: create ())
Normalize response to JSON Exception like [https://laravel.com/api/7.x/Illuminate/Foundation/Exceptions/Handler.html#method_convertExceptionToArray](https://laravel.com/api/7.x/Illuminate/Foundation/Exceptions/Handler.html#method_convertExceptionToArray) Compatibity with Lumen.
Config no send "application_headers" : "laravel" => [ "attemps" => 0 ]. in message ``` 'rabbitmq' => [ 'options' => [ 'queue' => [ ... 'no_header_default' => true, ], ],...
` $term = new Term(); $term->forceFill([ 'name' => 'My Category', 'slug' => 'my-category', 'term_group' => 0, ]); $term->save(); $category = new Taxonomy(); $category->forceFill([ 'taxonomy' => 'category', 'description' => '', 'parent'...
I want save all request (html) but i dont want inject bar
"AddStr" in create vs "AddString" in alter "AddDateTime" in create vs "AddDatetime" in alter