ColoredCow / laravel-bootcamp

CodeTrek Training Programme on Laravel 5.6
0 stars 0 forks source link

Day 1 + Day 2 #1

Open nishanth-kd opened 6 years ago

nishanth-kd commented 6 years ago

It's Day 1 of something wonderful, Laravel is a framework that we absolutely cherish as developers. It's powerful, easy to use and understand and most importantly it's open source.

As opposed to previous bootcamps we won't be doing demos at the start of the day. It would mostly be clearing doubts and questions at the end of the day.

These are your todos for the day.

Use the official Laravel Documentation to:

  1. Install Laravel.
  2. Setup authentication
  3. Migrate your vuejs and bootstrap code to Blade in Laravel.

Tool you would have to install:

Composer Node

Have a great day ahead :)

shefali-k commented 6 years ago
Raushan95 commented 6 years ago
nishanth-kd commented 6 years ago

For migrating your code to Laravel.

Define 2 routes.

  1. / . Can be accessed by anyone without a Login. This would have the main page we built in Frontend bootcamp (with upcoming, past events and gallery and the registration form).
  2. /registrations. This can only be accessed once you login. This would have the listing of the people who registered for the event.
shefali-k commented 6 years ago
Raushan95 commented 6 years ago
lalitmehta933 commented 6 years ago