diff --git a/README.md b/README.md index 7d1b93a..06682b2 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Simple Todo Application ## Quick Start - `composer install` +- `php artisan key:generate` - create `.env` file - `php artisan key:generate` - `php artisan migrate` diff --git a/app/Todo.php b/app/Todo.php old mode 100644 new mode 100755 diff --git a/app/TodoItem.php b/app/TodoItem.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_06_23_170808_create_todos_table.php b/database/migrations/2020_06_23_170808_create_todos_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2020_06_23_170816_create_todo_items_table.php b/database/migrations/2020_06_23_170816_create_todo_items_table.php old mode 100644 new mode 100755 diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 8fa1716..70e589b 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -144,11 +144,46 @@ + + @endsection @section('js') @endsection