/larablade-todo

Application developed with Laravel

Primary LanguagePHP

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/