vtorres96 / Laravel-BlockBuster

application developed with laravel (version 6x)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockbuster-DH

application developed with laravel (version 5.8)

How to install

$ composer install

How to run the dump-autoload

$ composer dump-autoload

How to connect to database

create the .env file and set the following variables

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=blockbuter_dh
DB_USERNAME=homestead
DB_PASSWORD=secret

How to run the migrations

$ php artisan migrate

How to run the seeders

$ php artisan db:seed

How to create a key

$ php artisan key:generate

How to start the application

$ php artisan serve

Listening port on 8000

$ http://localhost:8000/

About

application developed with laravel (version 6x)


Languages

Language:PHP 69.9%Language:HTML 29.7%Language:Vue 0.4%