Pinned Repositories
attribute-slugging
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
awesome-voyager
Curated list of Laravel Voyager ressources
command-validation
Enable a method for Artisan Commands to validate the output of methods like `ask`.
config-writer
Save changes to the configuration file in script.
dd
`dd` is a helper method in Laravel. This package will add the `dd` to your application.
doctrine-support
Better Doctrine Support with Laravel (Support for `enum`)
hook-docs
Laravel Hooks
hooks
Hooks is a extension system for your Laravel application.
test-hook
This is a test hook
voyager-hooks
Hooks system integrated into Voyager.
Larapack's Repositories
larapack/awesome-voyager
Curated list of Laravel Voyager ressources
larapack/hooks
Hooks is a extension system for your Laravel application.
larapack/voyager-hooks
Hooks system integrated into Voyager.
larapack/doctrine-support
Better Doctrine Support with Laravel (Support for `enum`)
larapack/dd
`dd` is a helper method in Laravel. This package will add the `dd` to your application.
larapack/config-writer
Save changes to the configuration file in script.
larapack/command-validation
Enable a method for Artisan Commands to validate the output of methods like `ask`.
larapack/test-hook
This is a test hook
larapack/hook-docs
Laravel Hooks
larapack/attribute-slugging
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
larapack/attribute-manipulation
Allows multiple traits to manipulate with the attributes of an Eloquent Model.
larapack/attribute-purging
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
larapack/mobiledetect
[No longer maintained] Laravel package for MobileDetect
larapack/attribute-encryption
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
larapack/spark-diff
A Artisan Command to get difference between Laravel Spark's original files and your files
larapack/attribute-hashing
Allows you to define what attributes in your Eloquent Model which should be hashed.
larapack/composer-hook-plugin
Composer plugin for Laravel Hooks (larapack.io)
larapack/db-routes
[Development] Laravel DBRoutes is a package to run Routes from the database using Laravel.
larapack/hook-boilerplate
A boilerplate for building a Hook.
larapack/newrelic-service-provider
A newrelic service provider to set appname to be equals to the domain name.
larapack/voyager-announcements-hook
[WIP] A hook that will show Voyager announcements on your dashboard!
larapack/command-verification
Makes Artisan Commands prompt the console if it should continue.
larapack/facebook-grant
[Development] A FacebookGrant for the OAuth 2.0 Bridge for Laravel
larapack/maintenance-mode-exceptions
[Under development] Allow defined routes/ips to bypass the down command
larapack/twitter-grant
[Development] A TwitterGrant for the OAuth 2.0 Bridge for Laravel