/o-school

Primary LanguageHTML

O-School

An application to introduce the school class

Features

FEATURES STATUS
Portfolio
Testimonies
Gallery

How to install

Clone this project

> git clone https://github.com/aliftrd/o-school.git

Setup & Installing dependencies

> composer install

Copy .env.example to .env on the root folder. You can type

> copy .env.example .env

if you using windows

> cp .env.example .env

Open your .env file and change the database name to whatever you have by default is root. after that type

> php artisan key:generate
> php artisan migrate
> php artisan serve

Donate