vtorres96 / larablade-todo

Application developed with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do-List

Application developed with Laravel

How to install packages

$ composer install

How to run the dump-autoload

$ composer dump-autoload

create the .env file and set the following variables

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=todo_list
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


Languages

Language:PHP 74.9%Language:HTML 19.0%Language:JavaScript 5.0%Language:CSS 0.7%Language:Vue 0.5%