Skip to content

SRE School

    • Title: Top 20 Best DevOps Tutorials to Accelerate Your Career
  • How to Improve Performance in a Laravel Codebase (With Practical Examples)
    Uncategorized

    How to Improve Performance in a Laravel Codebase (With Practical Examples)

  • How to Improve Website Performance: A Complete Practical Guide
    Uncategorized

    How to Improve Website Performance: A Complete Practical Guide

  • Expert-Led Jenkins Online Training from Bangalore
    Uncategorized

    Expert-Led Jenkins Online Training from Bangalore

  • Java Spring Boot Training in Pune: Hands-On Course Guide
    Uncategorized

    Java Spring Boot Training in Pune: Hands-On Course Guide

  • Expert Java with Springboot Training in Pune Mentorship
    Uncategorized

    Expert Java with Springboot Training in Pune Mentorship

  • Expert Java with Springboot Training in Kolkata Program
    Uncategorized

    Expert Java with Springboot Training in Kolkata Program

  • Boost Your Career with Java Spring Boot Training in Pune
    Uncategorized

    Boost Your Career with Java Spring Boot Training in Pune

  • 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….

  • Updating Laravel TrustProxies Middleware after Framework Version Upgrade
    Uncategorized

    Updating Laravel TrustProxies Middleware after Framework Version Upgrade

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 12, 2023

    It’s crucial to take care of modifications in middleware configurations when updating Laravel from version 5.7 to version 10 in…

  • ProFTPD fail : UserPassword Missing argument
    Uncategorized

    ProFTPD fail : UserPassword Missing argument

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 10, 2023

    Error: Solution: There appears to be an unknown configuration directive ‘function’ on line 44 of the ProFTPD configuration file (/opt/lampp/etc/proftpd.conf),…

  • xampplib: line 22: netstat: command not found
    XAMPP

    xampplib: line 22: netstat: command not found

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 10, 2023

    When I try to start my xampp in the server I found these errors: Error: How can I solve this…

  • How to change php7.4 to 8.2 version in linux
    linux

    How to change php7.4 to 8.2 version in linux

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 9, 2023

    You must follow certain steps, depending on your Linux distribution, to upgrade PHP from version 7.4.3 to 8.2 on a…

  • How to change username(root) the phpmyadmin in ubuntu server
    phpmyadmin, root, server

    How to change username(root) the phpmyadmin in ubuntu server

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 8, 2023

    On an Ubuntu server, you must adjust both the phpMyAdmin configuration and the MySQL user’s settings in order to alter…

  • How to set password for access the phpmyadmin in ubuntu 
    access, phpmyadmin, ubuntu 

    How to set password for access the phpmyadmin in ubuntu 

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 8, 2023

    You can use these instructions to create a password in Ubuntu to access phpMyAdmin. phpMyAdmin is installed by default; if…

  • List of My Blogs Written in October 2023
    Uncategorized

    List of My Blogs Written in October 2023

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    November 8, 2023

    1. C:\xampp\htdocs\example app10\config\cache.php:92 2. Envoy raise Class ‘Barryvdh\Debugbar\ServiceProvider’ not found? 3. What is Container class in Flutter 4. To enable…

Previous
1 … 24 25 26 27 28 29
Next

Follow Us

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

Category Name

  • How to Improve Performance in a Laravel Codebase (With Practical Examples)

    How to Improve Performance in a Laravel Codebase (With Practical Examples)

  • How to Improve Website Performance: A Complete Practical Guide

  • Expert-Led Jenkins Online Training from Bangalore

  • Java Spring Boot Training in Pune: Hands-On Course Guide

  • Expert Java with Springboot Training in Pune Mentorship

Category Name

  • How to Improve Performance in a Laravel Codebase (With Practical Examples)

    How to Improve Performance in a Laravel Codebase (With Practical Examples)

  • How to Improve Website Performance: A Complete Practical Guide

    How to Improve Website Performance: A Complete Practical Guide

  • Expert-Led Jenkins Online Training from Bangalore

    Expert-Led Jenkins Online Training from Bangalore

  • Java Spring Boot Training in Pune: Hands-On Course Guide

    Java Spring Boot Training in Pune: Hands-On Course Guide

Category Name

  • How to Improve Performance in a Laravel Codebase (With Practical Examples)

  • How to Improve Website Performance: A Complete Practical Guide

  • Expert-Led Jenkins Online Training from Bangalore

    Expert-Led Jenkins Online Training from Bangalore

  • Java Spring Boot Training in Pune: Hands-On Course Guide

    Java Spring Boot Training in Pune: Hands-On Course Guide

  • Expert Java with Springboot Training in Pune Mentorship

    Expert Java with Springboot Training in Pune Mentorship

Category Name

  • How to Improve Performance in a Laravel Codebase (With Practical Examples)

    How to Improve Performance in a Laravel Codebase (With Practical Examples)

  • How to Improve Website Performance: A Complete Practical Guide

    How to Improve Website Performance: A Complete Practical Guide

  • Expert-Led Jenkins Online Training from Bangalore

    Expert-Led Jenkins Online Training from Bangalore

Category Name

  • How to Improve Performance in a Laravel Codebase (With Practical Examples)

    How to Improve Performance in a Laravel Codebase (With Practical Examples)

  • How to Improve Website Performance: A Complete Practical Guide

    How to Improve Website Performance: A Complete Practical Guide

  • Expert-Led Jenkins Online Training from Bangalore

    Expert-Led Jenkins Online Training from Bangalore

Category Name

  • How to Improve Performance in a Laravel Codebase (With Practical Examples)

    How to Improve Performance in a Laravel Codebase (With Practical Examples)

  • How to Improve Website Performance: A Complete Practical Guide

    How to Improve Website Performance: A Complete Practical Guide

  • Expert-Led Jenkins Online Training from Bangalore

    Expert-Led Jenkins Online Training from Bangalore

Category Name

  • How to Improve Performance in a Laravel Codebase (With Practical Examples)

    How to Improve Performance in a Laravel Codebase (With Practical Examples)

  • How to Improve Website Performance: A Complete Practical Guide

    How to Improve Website Performance: A Complete Practical Guide

  • Expert-Led Jenkins Online Training from Bangalore

    Expert-Led Jenkins Online Training from Bangalore

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

WordPress Theme by WPEnjoy

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