A simple link app boilerplate with Laravel used during PHP Arewa Makurdi Maiden Event.
# Diving Laravel
A simple link app boilerplate with Laravel used during PHP Arewa Makurdi Maiden Event.
## How to use
Clone this repo or download into your machine then.
### 1:
Connect to internet and make sure you have composer installed on your pc or machine.
Run `composer install`.
### 2:
Creat a .env file in the project root and copy the contents in .env.example to it.
### 3:
Create a database then open `.env` file and change
```vim
DB_DATABSE=
DB_USER=
DB_PASSWORD=
```
As pa your database settings.
### 4:
Run migration by executing `php artisan migrate`.
### 5:
Start laravel server by running
```vim
php artisan serve
```
Visit the url. That's all.
Hit me up at hello@josiah.com.ng if you need help. You may also follow me on twitter Here.