escapepixel/laravel-initializer

v1.0.0 2022-08-03 14:01 UTC

This package is auto-updated.

Last update: 2025-06-13 13:32:57 UTC


README

To make our development faster, we have created EP Laravel Initializer package. This package will install all the packages that we usually use for all the projects.

Default Packages

EP Laravel Initializer includes the following packages.

CategoryName
Multi-tenancyTenancyforLaravel
ModularizerLaravel CA Modules
AuthenticationPassport
Social IntegrationSocialite
AWS servicesAWS SDK
CachePredis
AuditingLaravel Auditing
SearchAlgolia Scout Extended
DebuggerLaravel Telescope
PaymentLaravel Cashier
Roles & PermissionSpatie
SlugsSpatie Sluggable
Mail TestingLaravel Mailable Test
Image ProcessorInterventionLaravolt Avatar
Error MonitoringLaravel Sentry
Coding StandardLaravel PHP CS Fixer
2FAGoogle2FA Laravel
RecoveryRecovery Codes
Mail EditorLaravel Mail Editor (Aka MailEclipse)
Country ListCountry List
Laravel EnumLaravel Enum
Laravel RepositoryLaravel 5 Repositories
ExportLaravel Excel

Composer

Execute the following command to get the latest version of the package:

 composer require escapepixel/laravel-initializer

Install default packages (All)

Execute the following command to install default packages

php artisan initializer:start

Configure default packages (All)

Once all the packages are installed, execute the following command to configure packages.

php artisan initializer:configure

Install specific packages

If you wish to install specific packages, execute the following command to install.

php initializer:install {name}

Configure specific packages

php artisan initializer:configure-package