generator-pninja 1.5.0 → 1.5.1

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-pninja",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Generator for PHP/Laravel + SQL + Vite + React applications",
5
5
  "type": "module",
6
6
  "files": [