adding RSVP System recipes
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -109,3 +109,7 @@ yarn-error.log | ||||
| # END | ||||
| # ------------------------------------------------------------------------------ | ||||
|  | ||||
|  | ||||
| # Local development-only directories | ||||
| /packages/ | ||||
| /recipes/ | ||||
|  | ||||
| @ -8,12 +8,19 @@ | ||||
|         "docs": "https://www.drupal.org/docs/user_guide/en/index.html", | ||||
|         "chat": "https://www.drupal.org/node/314178" | ||||
|     }, | ||||
|     "repositories": [ | ||||
|         { | ||||
|     "repositories": { | ||||
|         "rsvp_recipes": { | ||||
|             "type": "path", | ||||
|             "url": "packages/rsvp-recipes", | ||||
|             "options": { | ||||
|                 "symlink": true | ||||
|             } | ||||
|         }, | ||||
|         "0": { | ||||
|             "type": "composer", | ||||
|             "url": "https://packages.drupal.org/8" | ||||
|         } | ||||
|     ], | ||||
|     }, | ||||
|     "require": { | ||||
|         "composer/installers": "^2.3", | ||||
|         "drupal/core-composer-scaffold": "^11.2", | ||||
|  | ||||
							
								
								
									
										6
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							| @ -4,7 +4,7 @@ | ||||
|         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | ||||
|         "This file is @generated automatically" | ||||
|     ], | ||||
|     "content-hash": "a81ec0e7032810f783f79ef1a5175b54", | ||||
|     "content-hash": "91d522095a00caac457f577373ac37bd", | ||||
|     "packages": [ | ||||
|         { | ||||
|             "name": "asm89/stack-cors", | ||||
| @ -6573,7 +6573,9 @@ | ||||
|     ], | ||||
|     "aliases": [], | ||||
|     "minimum-stability": "stable", | ||||
|     "stability-flags": {}, | ||||
|     "stability-flags": { | ||||
|         "rsvp-system/rsvp-recipes": 20 | ||||
|     }, | ||||
|     "prefer-stable": true, | ||||
|     "prefer-lowest": false, | ||||
|     "platform": {}, | ||||
|  | ||||
							
								
								
									
										8
									
								
								readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								readme.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,8 @@ | ||||
| ### Local Recipe Development | ||||
|  | ||||
| To work on `rsvp-recipes` locally, clone it into `packages/rsvp-recipes` and run: | ||||
|  | ||||
| ```bash | ||||
| ddev composer config repositories.rsvp_recipes '{"type":"path","url":"packages/rsvp-recipes","options":{"symlink":true}}' | ||||
| ddev composer require rsvp-system/rsvp-recipes:dev-main | ||||
|  | ||||
| @ -1 +0,0 @@ | ||||
| Drupal 11 DDEV site | ||||
		Reference in New Issue
	
	Block a user
	 gluebox
					gluebox