generator-pninja 1.5.0 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,6 +124,8 @@ Fully wired together: auth, routing, forms, CRUD, migrations.
|
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
- **CSV Database Seeding** - Populate your database from CSV files
|
|
127
|
+
- **Seeding Administration** - Web interface to run seeders individually or in bulk, with direct CSV upload from the browser
|
|
128
|
+
- **Migration Administration** - Web interface to run `migrate`, `rollback`, `migrate:fresh` and check `migrate:status` without the command line
|
|
127
129
|
- **Audit Logging** - Complete change tracking for all entity modifications
|
|
128
130
|
- **Interactive Entity Generator** - Create and modify entities through CLI prompts
|
|
129
131
|
- **Incremental Migrations** - Automatic database migrations for entity changes
|
|
@@ -132,6 +134,7 @@ Fully wired together: auth, routing, forms, CRUD, migrations.
|
|
|
132
134
|
|
|
133
135
|
- **Multiple Search Engines** - Choose from Database, Algolia, Elasticsearch, Meilisearch, Typesense, or Solr
|
|
134
136
|
- **Laravel Scout Integration** - Seamless search engine configuration
|
|
137
|
+
- **Search Index Management** - Web interface to reindex, flush, and delete indexes per entity, with engine-specific actions for Elasticsearch (`elastic:migrate`, `migrate:reset`, `migrate:refresh`) and Meilisearch (`scout:sync-index-settings`)
|
|
135
138
|
|
|
136
139
|
### Accessibility & UX
|
|
137
140
|
|
|
@@ -215,14 +218,6 @@ Fully wired together: auth, routing, forms, CRUD, migrations.
|
|
|
215
218
|
- [SQL Server][sqlserver-url] support
|
|
216
219
|
- [Oracle][oracle-url] support
|
|
217
220
|
|
|
218
|
-
### Features
|
|
219
|
-
|
|
220
|
-
- **Multi-tenancy Support** - Isolated data per tenant
|
|
221
|
-
- **API Versioning** - Version management for APIs
|
|
222
|
-
- **Real-time Features** - WebSockets/Pusher integration
|
|
223
|
-
- **GraphQL Support** - Alternative API layer
|
|
224
|
-
- **Advanced Caching** - Redis integration with cache strategies
|
|
225
|
-
|
|
226
221
|
### DevOps
|
|
227
222
|
|
|
228
223
|
- **GitHub Actions CI/CD** - Automated testing and deployment
|