We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using facades like Mail, DB etc import them in the controller by default.
example
use Illuminate\Support\Facades\Mail; ......... public function storeContact(Request $request) { Mail::to($request->form_email)->send(new ContactEmail('Hi there'); }
The text was updated successfully, but these errors were encountered:
PLEASE!
Sorry, something went wrong.
@marvinhosea @marchershey I collect some handy and useful packages for PHP productivity. You may check it out!
https://marketplace.visualstudio.com/items?itemName=onecentlin.php-productive-pack
No branches or pull requests
While using facades like Mail, DB etc import them in the controller by default.
example
The text was updated successfully, but these errors were encountered: