• Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

`dd` is a helper method in Laravel. This package will add the `dd` to your application.

dd

dd is a helper method in Laravel. This package will add the dd to your application.

Install

Run composer require larapack/dd 1.*

For Laravel

Laravel already have the dd function in its helpers. The dd function from this package is equal to the one in Laravel 5.

If you wish to override the Laravel 4 function with this one, please follow those few steps:

  • Open public/index.php
  • Add require "../vendor/larapack/dd/src/helper.php"; after the opening <?php-tag

More Repositories

1

awesome-voyager

Curated list of Laravel Voyager ressources
223
star
2

hooks

Hooks is a extension system for your Laravel application.
PHP
218
star
3

voyager-hooks

Hooks system integrated into Voyager.
PHP
208
star
4

doctrine-support

Better Doctrine Support with Laravel (Support for `enum`)
PHP
179
star
5

config-writer

Save changes to the configuration file in script.
PHP
41
star
6

command-validation

Enable a method for Artisan Commands to validate the output of methods like `ask`.
PHP
12
star
7

test-hook

This is a test hook
PHP
9
star
8

hook-docs

Laravel Hooks
8
star
9

attribute-slugging

Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
PHP
5
star
10

mobiledetect

[No longer maintained] Laravel package for MobileDetect
PHP
4
star
11

attribute-purging

Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
PHP
4
star
12

attribute-manipulation

Allows multiple traits to manipulate with the attributes of an Eloquent Model.
PHP
4
star
13

attribute-encryption

Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
PHP
3
star
14

spark-diff

A Artisan Command to get difference between Laravel Spark's original files and your files
PHP
3
star
15

composer-hook-plugin

Composer plugin for Laravel Hooks (larapack.io)
PHP
2
star
16

hook-boilerplate

A boilerplate for building a Hook.
PHP
2
star
17

attribute-hashing

Allows you to define what attributes in your Eloquent Model which should be hashed.
PHP
2
star
18

db-routes

[Development] Laravel DBRoutes is a package to run Routes from the database using Laravel.
PHP
2
star
19

newrelic-service-provider

A newrelic service provider to set appname to be equals to the domain name.
PHP
2
star
20

voyager-announcements-hook

[WIP] A hook that will show Voyager announcements on your dashboard!
PHP
2
star
21

command-verification

Makes Artisan Commands prompt the console if it should continue.
PHP
1
star
22

maintenance-mode-exceptions

[Under development] Allow defined routes/ips to bypass the down command
1
star
23

twitter-grant

[Development] A TwitterGrant for the OAuth 2.0 Bridge for Laravel
1
star
24

facebook-grant

[Development] A FacebookGrant for the OAuth 2.0 Bridge for Laravel
1
star