coderatio / diving-laravel

A simple link app boilerplate with Laravel used during PHP Arewa Makurdi Maiden Event.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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.

About

A simple link app boilerplate with Laravel used during PHP Arewa Makurdi Maiden Event.

License:MIT License


Languages

Language:PHP 80.6%Language:HTML 19.0%Language:Vue 0.4%