Description
In this course, you will :
- Be able to create a simple To-Do List application in Laravel, a popular PHP framework.
- Be able to code any simple crud application (crud - create, read, update, delete).
- Learn about basic database relationships.
- Be acquainted with the Materialize CSS&HTML framework and will be able to create simple themes.
Syllabus :
Let's make our Laravel app
- Installation info
- Buliding a template with Materialize from scratch
- Installation of Laravel 5 and login & register functionalities
- Moving html template to Laravel
- Register as a admin in the application
- Laravel Blade directives
- CRUD for tasks list
- Status of the task and pagination
- Sending invitation by worker to administrator
- Handling invitations by admin
- Assigning a task to worker
- Handling of storing and updating tasks in the database