skip to Main Content

Trying to install php-mbstring on ubuntu 20.04 – PHP Versions

I'm just trying to create a new laravel project and faced with this message Creating a "laravel/laravel" project at "./example-app" Installing laravel/laravel (v8.5.22) - Installing laravel/laravel (v8.5.22): Extracting archive Created project in /home/alifirhas/0_Work/Belajar/postgresql/example-app > @php -r "file_exists('.env') || copy('.env.example', '.env');"…

VIEW QUESTION

The requested URL could not be retrieved while trying to access Laravel project on Virtual Host with XAMPP – Phpmyadmin

I want to create a virtual host for my Laravel project with XAMPP, so I have followed these steps: Step 1) C:WINDOWSsystem32driversetc Opened the "hosts" file (as Administrator): 127.0.0.1 test.com Step 2) xamppapacheconfextrahttpd-vhosts.conf <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/freedeliveries/public" SetEnv APPLICATION_ENV "development"…

VIEW QUESTION
Back To Top
Search