Ridrog-de / laravel-dummy-package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Dummy Laravel Package


  1. Clone the repo in a packages/{vendor}/{packagename}
  2. Replace "Dummy" and "dummy" with the real package name.
    Watch for lower and uppercase
  3. Replace "Ridrog" and "ridrog" with your vendor name.
    Watch for lower and uppercase
  4. Rename every File from "DummyXxxxxx.php" to "RealPackageNameXxxxxx.php"
  5. Autload the package
    see the hint below
  6. Open a terminal at the packages location
    • Run composer install
    • Run phpunit vendor/ ??????????

Autoload the package

@composer.json

"psr-4": {
    "App\\": "app/",
    "{Vendor}\\{PackageName}\\" : "packages/{vendor}/{packagename}/src"
} 

---------Delete-this-above-----------

Readme

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Full Documentation

What is this

This is a package that does absolutely nothing. But it's well tested.


Installation


Usage


Config


Details

Facade

Routes

Controllers

Views

Middleware

Migrations

Seeder

Commands

Translation

Events and Listeners

Notifications


Tests


Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email mail@ridrog.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 99.9%Language:HTML 0.1%