FEATURES | STATUS |
---|---|
Portfolio | ✅ |
Testimonies | ✅ |
Gallery | ✅ |
> git clone https://github.com/aliftrd/o-school.git
> 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