-
__Description__
Seems like this package's events are not firing for me, or rather, I'm unsuccessful in capturing those events.
---
__Actual behavior__
Events not captured
__Expected beh…
-
## Laravel 安装
首先安装 wamp 和 composer ,装好之后利用 composer 这个依赖管理器来安装 laravel :
- 利用 php 内置服务器
```bash
php -S localhost:8888 -t public
```
- 利用 php artisan
```bash
php artisan serv…
-
### Bug description
We're using a pagebuilder-like functionality based on what Peak offers.
For some reason we're seeing issues with high memory usage and a ton of Gate checks, as reported by [the…
-
### Package version
"@adonisjs/core": "^6.14.1", "@adonisjs/inertia": "^1.2.2",
### Describe the bug
![image](https://github.com/user-attachments/assets/427cd45c-abd5-4f34-877e-69a24667c190)
…
-
#### Expected Behavior (or desired behavior if a feature request)
Preflight check for email is successfully sent
-----
#### Actual Behavior
! mail could not be sent. Error: undefined
…
-
Hi, your counter show the same result in foreach. I use Counter::show('user-profile', $user->id), it gets first result in foreach
-
I [noticed a fork](https://github.com/caxy/omnipay-example/commit/0777af4435b6cc2d2aa2bfe8f3ca0f35d2507b3b) that had already done this, but I don't know how complete or stable it is. Pros, cons? Omnip…
-
### Bug description
We have a multisite setup where we have static caching enabled, the server went down this morning as it ran out of disk space, I tracked this down to the `storage/statamic/stati…
-
### Bug description
Trying to use `{{ my_global_set:some_email }}` as "Recipient(s)" (`to`) in form mail settings dosen't work. Errors on mail send with invalid to address.
On the other hand, usin…
925dk updated
3 weeks ago
-
# 今日の目標
- MVCモデルの役割・流れを意識しながら開発できる
- CRUDの処理の書き方がわかる
- Laravel Loveになる
---
# 環境構築(復習)
本章ではAWSのCloud9上で各種インストール、Laravelプロジェクトを作成、DBの作成と接続、そのほかのLaravelプロジェクトの初期設定を行います
この章は「手を動かして体で覚える」こと…