# 1.) Clone your project

# 2.) Go to the folder application using cd command on your cmd or terminal

# 3.) Run 
composer install
npm install
# on your cmd or terminal

# 4.) create new database in phpmyadmin
#   import database.sql backup to database in phpmyadmin

# 5.) Copy .env.example file to .env on the root folder. 
# 	You can type copy .env.example .env 
# 	if using command prompt Windows or 
# 	cp .env.example .env if using terminal, Ubuntu

# 6.) Configuring default enviorment variables
#    a.) Open your .env file
#    b.) change the Database configuration
#        database name (DB_DATABASE) 
#	     username (DB_USERNAME) 
#        password (DB_PASSWORD) 
#        field correspond to your configuration.

#    By default, the username is root and 
# 	 you can leave the password field empty. (This is for Xampp)
#    By default, the username is root 
#  	 and password is also root. (This is for Lamp)

#    c.) Change the app url (APP_URL) to http://localhost:8000

# 7.) Generate App Key
php artisan key:generate

# 8.) Migrating database
php artisan migrate

# 9.) Adding Existing Public Storage Assets
#    a.) Create new public folder under <project_folder>\storage\app
#    b.) Run cmd or terminal
php artisan storage:link
#    c.) Extract the public.zip backup to the 
# folder under <project_folder>\storage\app\public

# 10.) Running the laravel project
php artisan serve
npm run dev
# 11.) Go to localhost:8000

PHP相关代码片段

$files global php empty array

wordpress multisite allow editor unfiltered_html

php sanitize user input

brevo connect to laravel

laravel add calculated column to collection

orderby yii2

how to instal laravel echo

how to add table comment in laravel

drupal 8 add library

decode laravel session online

docker php 8.1

gps coordinattes distance calculation

Wordpress dynamic date

date difference in php

filters in json column laravel

php thousnd formet

phpspreadsheets numero a fecha

php reflectionclass get interface

laravel queue pipeline

php reflectionclass check interface

file.close c#

checkbox validation in laravel

php registration form with mysqli

Adjust php7.4 memory limit

Install php7.4 and nginx

Add unsupported php versions ppa

php set time out to infinite

php parse csv

laravel sail change database name

related field from one removed

Flatten the format of variables in phpstorm

http_build_query php

WordPress Limit Login Code

clone laravel

dsn php example

use image upload service class

image uplaod service class

add extra data in pagination laravel

elementor filter posts dynamically by author

tiktok login scope_not_authorized laravel

convert to webp laravel

php/Phone validierungstyp

laravel create enum migration

Guzzle withBasicAuth

Laravel macro

what is polymorphic relationship in laravel

php mac change

spatie validate name unique

laravel route subfolder

laravel artisan create command

symfony entity target entity

php two spase remove

mailtrap laravel

php check if var is datetime

bulk taxonomy addition wordpress php

install laravel 10

php datetime format milliseconds

PRAGMA foreign_keys

PHP function to sanitize input prevent XSS

curl php get

php array to stdclass

php curl get parameters array

curl php no response

fpdf allow special characters

stripe payment in php

php filter associative array

Laravel 11 - Production assets issue

php get const properties of a class

http_build_query bearer token

Why do Sessions disappear on refresh? - Laravel

hooks in codeigniter

hard delete laravel

how to view the data in json

laravel pagination with relationship

custom pagination laravel

laravel add new command provider

Laravel Request validation Multiple column Unique

php artisan publish stub

old and edit value laravel blade

how to var_dump in php