-
I followed the steps and map /data to local directory so everything seems to be ok.
I run it with the following:
`docker run --name=pp -p 80:80 -p 443:443 -d -v /home/--my user---/data:/data --…
-
> If you have a question, and not a bug or proposal, post in the discussions.
> https://github.com/laravel-doctrine/orm/discussions
# laravel-doctrine/orm version & Laravel version
laravel-doc…
-
Warning: Ambiguous class resolution, "CreateCounterTable" was found in both "$baseDir . '/database/migrations/2015_02_15_060856_create_counter_table.php" and "C:\Serveur\www\mediatoday\vendor\fraank\v…
-
The NFR format link isn't working so I'm going with the 'new issue' template. Regardless, this is a NFR to support migration generation with timestamp based versions.
### Expected and Actual Behavi…
-
To reproduce from new laravel 5.2 project:
`php artisan make:auth`
`php artisan migrate`
`php artisan inventory:install`
`php artisan migrate:refresh`
Fatal Error:
```
[Symfony\Component\Debug\Exc…
-
Faker チートシートでググれば色々出てくる
#### modelの作成
```
docker exec -it crmsystem php artisan make:model Customer -a
```
#### migrationファイルにテーブル定義
```
-
# Note: This issue only occurs for Voyager's tables.
# Versions
### Laravel version
9.39.0
### PHP version
8.1.7
### Voyager version
1.6
### Database
MYSQL 8.0
# Descript…
-
Hello,
I just try to install a new pixelfed today but failed when I run `php artisan migrate --force`
Database version
```
root@pixelfed ~ # mysql --version
mysql Ver 15.1 Distrib 10.6.11-…
-
I'm trying to install Fusio (v4.0.3 downloaded from GitHub). I use IIS on Windows Server 2002. I installed the latest PHP (8.0.3) and MySQL (8.0.32) and activated PDO_MySQL. I created database named "…
-
- [ ] Verify the scripts we have in `database/migrations` to create a fresh database are correct. `php artisan migrate:install`
- [ ] Create a default database seeder in `database/seeds`. This will co…