salvatormundiz

Results 2 issues of salvatormundiz

I install chatter with this composer config: "php": "^7.2", "chatter-laravel/core": "^6", "fideloper/proxy": "^4.0", "laravel/framework": "^6.2", "laravel/tinker": "^2.0" when I login with laravel home page route and submit post I receive:...

"Angular/framework": "15" "laravel/framework": "^7.0", "shetabit/payment": "^4.1", this is my controller: ``` try { $price = Meeting_fee::where("doctor_id", $request->DrId)->first(); $price = $price->price; $invoice = new Invoice(); $invoice->amount($price); $invoice->detail("detail", "هزینه جلسه مشاوره"); $user...