Best Cosmetic Hospitals Near You

Compare top cosmetic hospitals, aesthetic clinics & beauty treatments by city.

Trusted • Verified • Best-in-Class Care

Explore Best Hospitals

How to setup laravel project in ubuntu

step 1:

sudo -s

run this command in /opt

wget https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/8.2.4/xampp-linux-x64-8.2.4-0-installer.run

step 2:

chmod 755 xampp-linux-x64-8.2.4-0-installer.run

step 3:

sudo ./xampp-linux-x64-8.2.4-0-installer.run

If facening some kind of error please see this solution

Let’s solve the phpmyadmin access forbidden problem now

Run vi /opt/lampp/etc/extra/httpd-xampp.conf

Solution:

Solution: “Require all granted” instead of  “Require local”

If you want to protect your database then please follow these step:

Run: sudo /opt/lampp/xampp security

step 4:

Now install composer by using this command

composer install

After that

Install laravel project by this command

composer create-project laravel/laravel:^9.0 example-app

If you are facing error some kind error while install project ,you can this solution

first error :

  Problem 1

    – laravel/pint[v1.0.0, …, v1.13.2] require ext-xml * -> it is missing from your system. Install or enable PHP’s xml extension.

    – Root composer.json requires laravel/pint ^1.0 -> satisfiable by laravel/pint[v1.0.0, …, v1.13.2].

Solution

Second error:

    – spatie/laravel-ignition[1.0.0, …, 1.6.4] require ext-curl * -> it is missing from your system. Install or enable PHP’s curl extension.

    – Root composer.json requires spatie/laravel-ignition ^1.0 -> satisfiable by spatie/laravel-ignition[1.0.0, …, 1.6.4].

Solution

Step 5:

clone your code from github whichever want to live.Then run “composer update

step 6:

setup your virtual host then run

Best Cardiac Hospitals Near You

Discover top heart hospitals, cardiology centers & cardiac care services by city.

Advanced Heart Care • Trusted Hospitals • Expert Teams

View Best Hospitals
<p data-start="140" data-end="435">I’m Abhishek, a DevOps, SRE, DevSecOps, and Cloud expert with a passion for sharing knowledge and real-world experiences. I’ve had the opportunity to work with <a class="decorated-link" href="https://www.cotocus.com/" target="_new" rel="noopener" data-start="300" data-end="335">Cotocus</a> and continue to contribute to multiple platforms where I share insights across different domains:</p> <ul data-start="437" data-end="922"> <li data-start="437" data-end="514"> <p data-start="439" data-end="514"><a class="decorated-link" href="https://www.devopsschool.com/" target="_new" rel="noopener" data-start="439" data-end="485">DevOps School</a> – Tech blogs and tutorials</p> </li> <li data-start="515" data-end="599"> <p data-start="517" data-end="599"><a class="decorated-link" href="https://www.holidaylandmark.com/" target="_new" rel="noopener" data-start="517" data-end="569">Holiday Landmark</a> – Travel stories and guides</p> </li> <li data-start="600" data-end="684"> <p data-start="602" data-end="684"><a class="decorated-link" href="https://www.stocksmantra.in/" target="_new" rel="noopener" data-start="602" data-end="647">Stocks Mantra</a> – Stock market strategies and tips</p> </li> <li data-start="685" data-end="764"> <p data-start="687" data-end="764"><a class="decorated-link" href="https://www.mymedicplus.com/" target="_new" rel="noopener" data-start="687" data-end="732">My Medic Plus</a> – Health and fitness guidance</p> </li> <li data-start="765" data-end="841"> <p data-start="767" data-end="841"><a class="decorated-link" href="https://www.truereviewnow.com/" target="_new" rel="noopener" data-start="767" data-end="814">TrueReviewNow</a> – Honest product reviews</p> </li> <li data-start="842" data-end="922"> <p data-start="844" data-end="922"><a class="decorated-link" href="https://www.wizbrand.com/" target="_new" rel="noopener" data-start="844" data-end="881">Wizbrand</a> – SEO and digital tools for businesses</p> </li> </ul> <p data-start="924" data-end="1021">I’m also exploring the fascinating world of <a class="decorated-link" href="https://www.quantumuting.com/" target="_new" rel="noopener" data-start="968" data-end="1018">Quantum Computing</a>.</p>

Related Posts

Why Laravel Stores User Uploads in /storage/app/public Instead of /public/

Why Laravel Stores User Uploads in /storage/app/public Instead of /public/ If you’re new to Laravel, you might wonder why the framework encourages you to store user-uploaded files…

Read More

Mastering Multiple PHP Versions on Ubuntu: A Comprehensive Guide

Using multiple PHP versions on Ubuntu is straightforward, as Ubuntu allows you to install multiple versions of PHP side by side. You can switch between them using…

Read More

How to Add a New Column to an Existing Table in Laravel 10 Without Losing Data

Add Column to Laravel Table Without Losing Data Introduction In this tutorial, we’ll guide you through the process of adding a new column to an existing table…

Read More

How to Rename a Column in Laravel 10 Without Losing Data

Rename Column in Laravel 10 Introduction In this tutorial, we’ll learn how to rename a column in a Laravel 10 table without losing any data. Laravel 10…

Read More
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x