GamBiteIT / BellePlace-I

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Belle Place

Installation

Clone the repo locally:

git clone https://github.com/GamBiteIT/BellePlace.git BellePlace
cd BellePlace

Install PHP dependencies:

composer install

Install NPM dependencies:

npm ci

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Create an SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.

touch database/database.sqlite

Run database migrations:

php artisan migrate

Run the dev server (the output will give the address):

php artisan serve

A Screen Shot for the .env file

About


Languages

Language:PHP 52.4%Language:Vue 40.1%Language:Blade 6.3%Language:JavaScript 0.7%Language:Shell 0.4%Language:CSS 0.3%