Support the ongoing development of Laravel.io →
Authentication Architecture Blade
Last updated 1 year ago.
0

I guess you want to use both laravel and vue in a web project, see this article: https://laravel-news.com/building-vue-spa-laravel-part-3

0

no i want to use just laravel for backend and frontend

0

If you install the laravel/ui package you can choose between Bootstrap, Vue and React scaffolding. I assume that you are looking to generate login routes and templates using the CLI?

The templates for authentication are really easy to change, and you can use only Blade templating if you want. Some JavaScript is inevitable if you need some interactivity though. If you want to use lightweight solutions for that I suggest you look into using AlpineJS and perhaps Tailwind CSS for rapid styling.

Some useful links: [https://laravel.com/docs/7.x/frontend](Laravel documentation - JavaScript & CSS Scaffolding)

[https://laravel.com/docs/7.x/authentication](Authentication docs)

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

anis anis072 Joined 19 Aug 2019

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.