Closed milantarami closed 1 year ago
i am using laravel sail when i try to install the package i got the following errors
require(/var/www/html/vendor/g4t/swagger/src/routes/web.php): Failed to open stream: No such file or directory
solution
looks like a case sensitive issue when i rename a folder src/Routes to src/routes and run command sail composer dump-autoload package get installed
src/Routes
src/routes
sail composer dump-autoload
After then i got another issue
When i navigate to route swagger/documentation i got following error
swagger/documentation
Trait "G4T\Swagger\Helpers" not found
I am very sorry that you encountered this problem And thank you for telling me and helping me to solve it Released version 1.0.2 free of this problem Thank you for your contribution to improving it
i am using laravel sail when i try to install the package i got the following errors
require(/var/www/html/vendor/g4t/swagger/src/routes/web.php): Failed to open stream: No such file or directory
solution
looks like a case sensitive issue when i rename a folder
src/Routes
tosrc/routes
and run commandsail composer dump-autoload
package get installedAfter then i got another issue
When i navigate to route
swagger/documentation
i got following errorTrait "G4T\Swagger\Helpers" not found