PHP code example of test789434 / golden-goose
1. Go to this page and download the library: Download test789434/golden-goose library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
test789434 / golden-goose example snippets
php artisan vendor:publish --provider="GoldenGoose\SubscriptionServiceProvider" --tag="migrations"
php artisan migrate
composer req laravel/breeze
php artisan breeze:install
npm install && npm run dev
php artisan tinker
>>> \GoldenGoose\Models\Subscription::factory()->count(10)->create()
php artisan vendor:publish --provider="GoldenGoose\SubscriptionServiceProvider" --tag="config"