Skip to content

digcompany/cornerstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Source Code of Cornerstone

Tests Styling Linting

Installation

Install Dependencies

composer install
npm install && npm run dev

Configure Environment

First copy .env.example to .env

cp .env.example .env

Then edit database configurations to match your local setup

Run Migrations

php artisan migrate:fresh --seed --path=database/migrations/landlord --database=landlord

Then install the icons

php artisan install:icons

After that is finished you can generate an app key

php artisan key:generate

Run Tests

php artisan test

And finally serve your application!

php artisan serve

Seeding the database

Optionally you way seed the database with the following command

php artisan migrate:fresh --seed --path=database/migrations/landlord --database=landlord

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published