Skip to content
- Added Laravel 6.0 support.

- Depend on the `Illuminate\Filesystem\Filesystem` and not the `Illuminate\Filesystem\FilesystemManager` in the publishers classes.
- Change the default directory to save the files to `public/laravel_route` from the root and not the storage.

- Remove the disk option, (This was in fact a work around to publish the files to the public directory)

- Change the GitLab CI configuration, split the different jobs to use custom images instead of using composer packages. And change the GitLab CI config.