Sebastien HEYD
Sebastien HEYD
There is already a PR for this : #115 A better way is to set ``` "require": { "vendor/package": "@dev" }, ``` This rule allow all dev branches like `dev-*`....
I see and you're right. In one of my other PR I propose to set the path of the folder in the configuration file https://github.com/sebastienheyd/laravel-packager/blob/e878f092b9c14dc5dba62b1496b42c8b20ad887d/config/packager.php#L4-L7 My first idea was to...
I forgot, I also added the possibility to define another path to the packages folder in the configuration file: [packager.php#L7](https://github.com/sebastienheyd/laravel-packager/blob/e878f092b9c14dc5dba62b1496b42c8b20ad887d/config/packager.php#L7). I did this because I use Docker containers and the...
PR #111 For private repo it's little bit tricky, it will work with `packager:git` with ssh if you use a public key but not with `packager:get`.
You have to install the components by running `composer install` in the package folder before running the tests. You can also call `make test` instead of `./vendor/bin/phpunit`
You are in the boilerplate package folder ?
When chartjs is called your widget is not already loaded in the DOM, that's why it does not work by using @asyncWidget. There is some solutions : initialize chartjs in...
I just pushed a complete refactoring of the tests, can you try with the dev-master branch?
Hi, Do you know the value of memory_limit in your php.ini file ? Maybe this value is too low.
I can't reproduce the problem. I need to know more, version of laravel, php, phpinfo and composer.json I don't think it's a problem with the package