Skip to content

SenaJp/laravel-crud

Repository files navigation

Tasks control


Functions ⚙️

  • User authentication (E-mail and password).
  • The application performs the presentation, creation, editing and deletion of information.
  • All pages contains paginate with 20 items.
  • Relationship between user and tasks.
  • The application sends emails with each new task record.
  • The application has an API.
  • For sending emails I recommend https://mailtrap.io/

Tools used 🪚

  • Laravel 8
  • JavaScript
  • Bootstrap4
  • SQlite

Requires to use:

Composer

How to use:
1 - Composer install
2 - php artisan key:generate

The application works with queues

For the emails to be sent it is necessary to use the command:
php artisan queue:listen

Well done, take control of you tasks and enjoy it!