Skip to content

SRE School

    • Title: Top 20 Best DevOps Tutorials to Accelerate Your Career
  • Essential Strategic Roadmap for AWS Certified Data Engineer Associate
    Uncategorized

    Essential Strategic Roadmap for AWS Certified Data Engineer Associate

  • Your Guide to the AWS Certified Data Engineer, Associate
    Uncategorized

    Your Guide to the AWS Certified Data Engineer, Associate

  • Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty
    Uncategorized

    Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

  • Best Practices for AWS DevOps Engineer Professional Implementation
    Uncategorized

    Best Practices for AWS DevOps Engineer Professional Implementation

  • How to Pass AWS Solutions Architect Associate Exam
    Uncategorized

    How to Pass AWS Solutions Architect Associate Exam

  • Azure DevOps vs Traditional DevOps Tool Comparison
    Uncategorized

    Azure DevOps vs Traditional DevOps Tool Comparison

  • Step-by-Step Guide to Implement Kubernetes Certified Administrator & Developer (KCAD) Skills
    Uncategorized

    Step-by-Step Guide to Implement Kubernetes Certified Administrator & Developer (KCAD) Skills

  • How to get SSL certificates and Enabled HTTPS for any domain and websites in Apache?
    Uncategorized

    How to get SSL certificates and Enabled HTTPS for any domain and websites in Apache?

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Step 1: Stop Apache for this command Step 2: Generate PRIVATE KEY. usually, we do use an open SSL tool…

  • sudo: /opt/lmapp/lampp: command not found
    Uncategorized

    sudo: /opt/lmapp/lampp: command not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Solution: Step 1 – Configure Apt Repository Step 2- Install mysql Server sudo apt-get update sudo apt-get install mysql-server Step…

  • oauth-private.key does not exist or is not readable
    Uncategorized

    oauth-private.key does not exist or is not readable

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: I think that this is due to Laravel Passport, you should try the following command: I found the…

  • Call to undefined method Laravel\Lumen\Routing\Router::dispatch()
    Uncategorized

    Call to undefined method Laravel\Lumen\Routing\Router::dispatch()

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: The error traceable logs looked like this. I’m not sure if this is relevant, however even though my credentials…

  • How to fix Error: laravel.log could not be opened?
    Uncategorized

    How to fix Error: laravel.log could not be opened?

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Depending on how your web server is setup, you may be able to be more specific with your permissions, and…

  • Illuminate \ Contracts \ Container \ BindingResolutionException
    Uncategorized

    Illuminate \ Contracts \ Container \ BindingResolutionException

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error : Solution: Step 1: First remove nwidart/laravel-modules by running: composer remove nwidart/laravel-modules Step 2: Then remove config/modules.php by deleting…

  • production.ERROR: Illegal offset type {“exception”:”[object] (TypeError(code: 0): Illegal offset type
    Uncategorized

    production.ERROR: Illegal offset type {“exception”:”[object] (TypeError(code: 0): Illegal offset type

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Instead of giving your checkFile method a string or integer index, you are feeding it an array. Make…

  • GuzzleHttp\Exception\ClientException: Client error:
    Uncategorized

    GuzzleHttp\Exception\ClientException: Client error:

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Got to .env and removed / After that run this command

  • ERROR: Class “Illuminate\Http\Resources\Json\Resource” not found
    Uncategorized

    ERROR: Class “Illuminate\Http\Resources\Json\Resource” not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Go to App\Http\Resources and change Replace thin code Afte that error is solved.

  • Unable to read key from file file:///opt/lampp/htdocs/myhospitalnow/mhn-hospital-ms/storage/oauth-private.key
    Uncategorized

    Unable to read key from file file:///opt/lampp/htdocs/myhospitalnow/mhn-hospital-ms/storage/oauth-private.key

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Step 1: run this command Step 2: run this command Step 3: run this command

  • Missing required parameters for Route (Laravel 10)
    Uncategorized

    Missing required parameters for Route (Laravel 10)

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Go to hospital-profile.blade.php and change the route to the URL

  • The GET method is not supported for route /. Supported methods: HEAD.
    Uncategorized

    The GET method is not supported for route /. Supported methods: HEAD.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: Solved my same problem just with the command: You can use the following commands- or

  • Trait “Laravel\Passport\HasApiTokens” not found
    Uncategorized

    Trait “Laravel\Passport\HasApiTokens” not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 30, 2023

    Error: Solution: I have faced the same issue and it was resolved by doing the following: Do you have a…

  • Stuck in a git rebase … how to reset
    Uncategorized

    Stuck in a git rebase … how to reset

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 27, 2023

    Error: rebase in progress; onto f39d81c0 You are currently rebasing branch ‘master’ on ‘f39d81c0’. (all conflicts fixed: run “git rebase…

  • SQLSTATE[42S22]: Column not found: 1054 Unknown column – Laravel
    Uncategorized

    SQLSTATE[42S22]: Column not found: 1054 Unknown column – Laravel

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 27, 2023

    Error: Solution: Go to phpMyadmin and insert the column “provider” oauth_clients table the purpose of the provider column in oauth_clients table Problem is solved

  • laravel – The stream or file “/storage/logs/laravel.log” could not be opened in append mode: failed to open stream: Permission denied
    Uncategorized

    laravel – The stream or file “/storage/logs/laravel.log” could not be opened in append mode: failed to open stream: Permission denied

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 24, 2023

    Error: Solution: What I have tried so far is to allow access to storage via: Step 1: Step 2: Go…

  • composer unable to install laravel/passport
    Uncategorized

    composer unable to install laravel/passport

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 22, 2023

    Error: Solution: I am using PHP8.1 and face the same issue running the command and it’s worked for me. And…

  • ERROR: Target class [PassportAPI\ContactManagementController] does not exist. {“exception”:”[object]
    Uncategorized

    ERROR: Target class [PassportAPI\ContactManagementController] does not exist. {“exception”:”[object]

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 18, 2023

    Error: Solution: Step 1: Namespace in Controller File: Make sure the directory structure in your ContactManagementController.php file corresponds to the…

  • No Application Encryption Key Has Been Specified.
    Application, Encryption, Key

    No Application Encryption Key Has Been Specified.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 18, 2023

    Error Solution: In my case, I also needed to reset the cached config files: And Problem has been resolved

  • How To Install and Use Composer on Ubuntu
    Uncategorized

    How To Install and Use Composer on Ubuntu

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 15, 2023

    Introduction Composer is a widely used PHP dependency management solution designed primarily to make project dependency installation and updates easier….

Previous
1 … 25 26 27 28 29 30
Next

Follow Us

  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • Dribbble
  • LinkedIn

Category Name

  • Essential Strategic Roadmap for AWS Certified Data Engineer Associate

    Essential Strategic Roadmap for AWS Certified Data Engineer Associate

  • Your Guide to the AWS Certified Data Engineer, Associate

  • Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

  • Best Practices for AWS DevOps Engineer Professional Implementation

  • How to Pass AWS Solutions Architect Associate Exam

Category Name

  • Essential Strategic Roadmap for AWS Certified Data Engineer Associate

    Essential Strategic Roadmap for AWS Certified Data Engineer Associate

  • Your Guide to the AWS Certified Data Engineer, Associate

    Your Guide to the AWS Certified Data Engineer, Associate

  • Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

    Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

  • Best Practices for AWS DevOps Engineer Professional Implementation

    Best Practices for AWS DevOps Engineer Professional Implementation

Category Name

  • Essential Strategic Roadmap for AWS Certified Data Engineer Associate

    Essential Strategic Roadmap for AWS Certified Data Engineer Associate

  • Your Guide to the AWS Certified Data Engineer, Associate

    Your Guide to the AWS Certified Data Engineer, Associate

  • Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

    Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

  • Best Practices for AWS DevOps Engineer Professional Implementation

    Best Practices for AWS DevOps Engineer Professional Implementation

  • How to Pass AWS Solutions Architect Associate Exam

    How to Pass AWS Solutions Architect Associate Exam

Category Name

  • Essential Strategic Roadmap for AWS Certified Data Engineer Associate

    Essential Strategic Roadmap for AWS Certified Data Engineer Associate

  • Your Guide to the AWS Certified Data Engineer, Associate

    Your Guide to the AWS Certified Data Engineer, Associate

  • Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

    Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

Category Name

  • Essential Strategic Roadmap for AWS Certified Data Engineer Associate

    Essential Strategic Roadmap for AWS Certified Data Engineer Associate

  • Your Guide to the AWS Certified Data Engineer, Associate

    Your Guide to the AWS Certified Data Engineer, Associate

  • Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

    Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

Category Name

  • Essential Strategic Roadmap for AWS Certified Data Engineer Associate

    Essential Strategic Roadmap for AWS Certified Data Engineer Associate

  • Your Guide to the AWS Certified Data Engineer, Associate

    Your Guide to the AWS Certified Data Engineer, Associate

  • Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

    Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

Category Name

  • Essential Strategic Roadmap for AWS Certified Data Engineer Associate

    Essential Strategic Roadmap for AWS Certified Data Engineer Associate

  • Your Guide to the AWS Certified Data Engineer, Associate

    Your Guide to the AWS Certified Data Engineer, Associate

  • Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

    Secure the Future: Your Ultimate Guide to AWS Certified Security – Specialty

    • Title: Top 20 Best DevOps Tutorials to Accelerate Your Career

WordPress Theme by WPEnjoy

  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • Dribbble
  • LinkedIn