bitfumes/laravel-packer

Issue with symlink packer vs packr and also config file generation fails

Opened this issue · 1 comments

When installing the package it creates the ~/.composer/vendor/bin/packr but all examples use packer. This should be corrected on the examples or create the appropriate symlink automatically.

Additionally after generating a package the config file generated within that package used underscores but the package name was written as pascal case. I manually needed to rename the file for the package to be installed correctly.

This has to be addressed.