/learningLaravel

This repository is created for learning laravel by reading the book: Learning Laravel the easiest way.

Primary LanguagePHP

#Learning Laravel - ToDo App

I've been developing this To-Do App for learning Laravel Framework. I followed the book: "Learning Laravel The Easiest Way" by Jack Vo.

I think, this is the best laravel learning book for the beginners.

Laravel is a web application framework with expressive, elegant syntax. Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. And I'm trying hard to become a Happy developer. :bowtie:



#### Here, the context of this project are:
  1. Welcome Page with Laravel
  2. Creating Layout page with Bootstrap for the ToDo App
  3. Creating Contact Form with Laravel blade template form builder
  4. Add Validation to the Contact page with Laravel Validation
  5. Creating a working send mail feature for the app
  6. Creating database table using Schema builder & migrate feature of Laravel
  7. Using Eloquent ORM for CRUD System
  8. Creating Task CRUD (Create, Read, Update, Delete) System for ToDo App
  9. Add validation on saving a task.

**************************************

Important Links to learn Laravel:

  1. Laravel Documentation.
  2. Laracast
  3. Culttt.com

License

The Laravel framework is open-sourced software licensed under the MIT license


Visit my website: tahsinabrar.com

I'll also try to write some article on about laravel and web development.