Создаем базовое приложение на Laravel
https://selftaughtcoders.com/from-idea-to-launch/lesson-17/laravel-5-mvc-application-in-10-minutes/
https://laravel-news.com/your-first-laravel-application
https://laravel-news.ru/blog/tutorials/first-laravel-application-1
Создаем систему авторизации
php artisan make:auth
Полезное чтиво:
Быстрый старт https://laravel.com/docs/5.1/quickstart
Углубленный старт https://laravel.ru/docs/v5/quickstart-intermediate
Создание страниц на Laravel https://vegibit.com/creating-static-and-dynamic-web-pages-in-laravel/