Replies: 1 comment
-
You can try this package for easy integration with Laravel (developed by @atmonshi): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how to require class in controller in laravel 8 ?
`namespace App\Http\Controllers;
use Illuminate\Http\Request;
use PDF;
class PdfController extends Controller
{
public function test(Request $request)
{
require_once '../vendor/ar-php/src/Arabic.php';
$Arabic = new Arabic();`
Class "App\Http\Controllers\Arabic" not found
Beta Was this translation helpful? Give feedback.
All reactions