Download the PHP package campaigningbureau/cf-repository-generator without Composer
On this page you can find all versions of the php package campaigningbureau/cf-repository-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download campaigningbureau/cf-repository-generator
More information about campaigningbureau/cf-repository-generator
Files in campaigningbureau/cf-repository-generator
Package cf-repository-generator
Short Description Generates required repositories, factories and models to access a new Contentful Content Type in Laravel
License MIT
Informations about the package cf-repository-generator
Contentful Repository Generator for Laravel 7 (8 and 9)
Laravel 7 Contentful Repository generator.
Generates contract, contentful repository, model, factory and caching repository with fields that are defined in the Contentful model. (https://www.contentful.com/)
If one of these files does already exist, it can be kept or overwritten.
Usage
Step 1: Install Through Composer
Supported versions
Package version | Required Laravel version | Minimum PHP version |
---|---|---|
^10.1 | 10.x or 11.x | ^8.1 |
^8.2 | 9.x | ^8.0.2 |
v8.* | 8 | 7.3.0 |
v7.* | 7 | 7.2.5 |
v6.* | 6 | 7.1.3 |
v4.* | 5.8 | 7.1.3 |
v3.* | >= 5.6 < 5.8 | 7.1.3 |
v2.* | < 5.6 | 7.0 |
Step 2: Register the Service Provider
Add the service provider to config/app.php
.
Step 3: Publish and edit the config file
Step 4: Create repositories
php artisan make:cf-repository
This command will load all content types that are defined in the configured contentful space and provide an easy way to generate the relevant classes.
The generated files also contain fake repositories, that can be used instead of the actual contentful data (for instance, if no data is available during development).
The whole directory (FakeData
by default) can be removed, if it isn't used.
Configuration
The published config file config/cf-repository-generator.php
contains the paths for the generated files inside the app
directory.
To be conform to PSR-4 autoloading, the namespaces of the files are generated out of these paths.
These are the default paths, that will be used, if the config file isn't published, or if the config keys don't exist:
- The
contentful_delivery_space
andcontentful_delivery_token
fields need to be set with the API Key and Space ID retrieved from Contentful. - By default they are set with the .env variables
CONTENTFUL_DELIVERY_SPACE
andCONTENTFUL_DELIVERY_TOKEN
. CONTENTFUL_ENVIRONMENT_ID
defines the Contentful environment to use (defaults tomaster
)
All versions of cf-repository-generator with dependencies
illuminate/support Version ^9.0||^10.0||^11.0
contentful/laravel Version ^9.0
campaigningbureau/laravel-static-image-cache Version ^10.0||@dev
fakerphp/faker Version ^1.23
davidbadura/faker-markdown-generator Version ^1.1
nesbot/carbon Version ^2.72