-
When using the `--prefix` from the `scaffold` command.
Controllers, Requests, Models and Views respect the prefix.
However Database factories and seeders do not, this would be a case of merging …
-
Faker チートシートでググれば色々出てくる
#### modelの作成
```
docker exec -it crmsystem php artisan make:model Customer -a
```
#### migrationファイルにテーブル定義
```
-
Currently, you can schedule an appointment for any minute, this should be adjusted to only schedule an appointment for every 30 minutes.
Ex. 8:00 AM, 8:30 AM, 4:00 PM, 4:30 PM
## Additional Detai…
-
After installing and creating user when I try to login with the same user it'll generate an error and below is the screenshot of it.
![image](https://github.com/venturedrake/laravel-crm/assets/6906…
-
password adminnya apa bang?
-
## Scrape google map for each surau
- add 1 more column to Surau table `google_map`
- put info / seeder to check google map location and insert into database
-
I follow all php class and file naming convention, when I am running `php index.php tools migrate` it throws, ` ERROR: An Error Was Encountered
Unable to load the requested class: Seeder
`
-
Call new cms's endpoint to check whether frontend cache needs to be invalidated.
Backend will make this invalidate decision because it updates the database via seeder.
-
- response in request GET to /pages?embed=texts
![image](https://github.com/MinhCongTran2000/BackendLaravel/assets/141121077/c190155c-0de9-4560-820e-68ff404053e9)
- json value in column database
!…
-
I followed the instructions in the section "All in one container", which appear to be the same as the ones found at https://github.com/opf/openproject/tree/dev/docs/installation-and-operations/install…