You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has happened in multiple places where I've had to replace include_once(app_path() . '\WebClientPrint\WebClientPrint.php'); with app_path('WebClientPrint/WebClientPrint.php')
Using Laravel 8 with PHP 7.3
This has happened in multiple places where I've had to replace
include_once(app_path() . '\WebClientPrint\WebClientPrint.php');
withapp_path('WebClientPrint/WebClientPrint.php')
This problem exists in:
WebClientPrintController.php
PrintZPLController.php
HomeController.php
The text was updated successfully, but these errors were encountered: