rockapps / rk-laravel
lorem ipsum
Requires
- php: ^7.4
- ext-curl: *
- ext-json: *
- alymosul/laravel-exponent-push-notifications: ^2.0
- aporat/store-receipt-validator: ^3.4
- barryvdh/laravel-cors: 0.11.*
- barryvdh/laravel-ide-helper: ^2.6
- beyondcode/laravel-vouchers: ^1.2
- beyondcode/laravel-websockets: ^1.3
- bramus/monolog-colored-line-formatter: ~3.0
- coderello/laravel-passport-social-grant: 2.2.0
- dingo/api: ^2.1
- enricodias/smsdev: ^0.2.0
- fideloper/proxy: ^4.4
- geekcom/validator-docs: ^3.4
- google/apiclient: ^2.0
- iben12/laravel-statable: 1.0
- illuminate/support: 5.8.*
- imdhemy/laravel-purchases: ^0.10.3
- intervention/image: ^2.5
- laravel-notification-channels/fcm: ~2.0
- laravel/slack-notification-channel: ^2.0
- laravel/socialite: ^4.4
- league/flysystem-aws-s3-v3: ^1.0
- league/flysystem-cached-adapter: ^1.0
- moontoast/math: ^1.2
- mpociot/laravel-apidoc-generator: ^4.8
- musonza/chat: v3.7.0
- nesbot/carbon: ^2.32
- owen-it/laravel-auditing: ^10.0
- pagarme/pagarme-php: 4.0.4
- pragmarx/health: ^1.0
- qcod/laravel-gamify: ^1.0
- sentry/sentry-laravel: ^2.6
- spatie/laravel-backup: ^6.8
- spatie/laravel-database-mail-templates: ^3.5
- spatie/laravel-fractal: ^5.3
- spatie/laravel-medialibrary: ^7.19
- spatie/laravel-tags: ^2.6
- spatie/ssl-certificate: ^1.21
- tucker-eric/eloquentfilter: ^2.2
- tymon/jwt-auth: dev-develop
- watson/validating: 3.3
- zizaco/entrust: ^1.9
Requires (Dev)
- brianium/paratest: ^4
- orchestra/testbench: 3.8.*
- phpunit/phpunit: ^8.0
- rector/rector: ^0.14.0
- reliese/laravel: ^0.0.13
This package is auto-updated.
Last update: 2026-05-29 01:27:18 UTC
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
RockApps Laravel Package
Installation
You can install the package via composer:
composer require rockapps/rk-laravel
Usage
php artisan vendor:publish --provider="RockApps\RkLaravel\RkLaravelServiceProvider" --tag="migrations"
Nova Migration
Criar a nova migration
php artisan make:migration create_campaign_table --table=campaigns
Renomear o arquivo e adicionar a extensão: 2021_09_02_162303_create_campaign_table.php para create_campaign_table.php.stub.
Adicionar no arquivo MigrationTestTrait.php as linhas
include_once __DIR__ . $prefix . '/database/migrations/create_campaign_table.php.stub';
// e
(new \CreateCampaignTable())->up();
Adicionar no arquivo RkLaravelServiceProvider.php no método publishMigration(), o nome da migration create_campaign_table.
Testing
composer test
Security
If you discover any security related issues, please email erick.engelhardt@rockapps.com.br instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.