https://github.com/coderatio/diving-laravel
A simple link app boilerplate with Laravel used during PHP Arewa Makurdi Maiden Event.
https://github.com/coderatio/diving-laravel
Last synced: about 1 month ago
JSON representation
A simple link app boilerplate with Laravel used during PHP Arewa Makurdi Maiden Event.
- Host: GitHub
- URL: https://github.com/coderatio/diving-laravel
- Owner: coderatio
- License: mit
- Created: 2019-02-13T13:56:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T22:25:08.000Z (about 7 years ago)
- Last Synced: 2025-02-24T02:31:34.319Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 8.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.