laravel-packer
laravel-packer copied to clipboard
Issue with symlink packer vs packr and also config file generation fails
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.