| FEATURES | STATUS |
|---|---|
| Portfolio | ✅ |
| Testimonies | ✅ |
| Gallery | ✅ |
> git clone https://github.com/aliftrd/o-school.git> composer installCopy .env.example to .env on the root folder. You can type
> copy .env.example .envif you using windows
> cp .env.example .envOpen 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