bddevsclub / website

The website for bddevs
2 stars 4 forks source link

BD Devs Club Website

Setup

This is a typical Laravel 5.1 app. I recommend you create a Virtual Host for it.

Create a .env file. Use the example .env.example file to create it. Add your configurations here. You must configure a database connection before proceeding.

Data Migration and Seeding

    php artisan migrate
    php artisan db:seed

Create Admin User

    php artisan user:create

Admin Views

Go to: /auth/login to login.

Common Conventions