-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotice.readme.txt
47 lines (25 loc) · 1 KB
/
notice.readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## Seed Examples
php artisan make:seeder UserSeeder
## Migration
php artisan make:migration create_languages_table
php artisan make:migration create_static_page_localization
php artisan make:migration UpdateNftAddField --table=nfts
php artisan make:migration UpdateNftAddField --table=nfts
php artisan migrate:rollback
php artisan migrate:rollback --step=5
// The migrate:refresh command will roll back all of your migrations and then execute the migrate command. This command effectively re-creates your entire database:
// Refresh the database and run all database seeds...
php artisan migrate:refresh
php artisan migrate:refresh --seed
php artisan optimize:clear
=====
NEED TO BE DONE
php artisan migrate
php artisan db:seed --class=MemberAccountSummaryAssignUserDateToStartDateField
F
=====
php artisan queue:work --queue=emails
- Removing maxmind/web-service-common (v0.9.0)
- Removing maxmind-db/reader (v1.11.0)
- Removing geoip2/geoip2 (v2.13.0)
- Removing composer/ca-bundle (1.3.5)