command

  • composer require laravel/passport command error

    composer require laravel/passport command error

    Error: Solution: To resolve this issue, you can try the following steps: Step 1: Update Composer Dependencies Ensure that your existing dependencies are up-to-date by running: Step 2: install Version of Laravel Passport Step 3: Use the –with-all-dependencies Flag Step 4: Clear Composer Cache

  • How to create docker images

    How to create docker images

    Step 1: Create directory Step 2: create docker file for this command And past this all command Step 3: Permission xammp for this command Step 4: build dockerfile for this command Step 5: run this xammp docker run –name myXampp -p 41061:22 -p 80:80 -d -v ~/my_web_pages:/opt/lampp/htdocs tomsik68/xampp:8.1.6 Step 6: after that got to my_web_pages…