Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

cib88's avatar
Level 2

make:auth ?

Hi All,

I made a little application a while back maybe Laravel v6. I have got a new project in the pipeline so thought I'd start digging about in the docs to see what's changed with me not touching it for a while.

I'm going to need to allow the user to register and an admin to approve them before they can actually do anything on the site.

I can't seem to find make:auth anymore has this now gone and been replace with jetstream?

Thanks

0 likes
15 replies
cib88's avatar
Level 2

Ah, that's good! I thought it had been removed, while jetstream does look amazing it's way more than I think I'll need.

Thanks

MichalOravec's avatar

Exactly and I'm 100% sure that I will never use it in any project.

jlrdw's avatar

@craigb88 which version are you referring to, UI is deprecated in ver 8.

I wish UI was default and Jetstream optional.

https://github.com/laravel/ui

See top line:

This project should no longer be used on new Laravel projects. Please use Laravel Jetstream instead.

MichalOravec's avatar

Replacing UI with Jetstream is the bigget bullshit what happend to Laravel.

6 likes
cib88's avatar
Level 2

Never even looked at that, looks like I will have to use jetstream then! Seems like way more than I need though, is there no other option for basic auth?

cib88's avatar
Level 2

Yeah this might be the best option

siangboon's avatar

hahaha, since few of you are complaining, i also want to hijack and complain (since there is no better place to feedback also, i starting feel frustrated with the upgrade pace)....

a framework have only 1 year lifespan time?? (most of my works still in version 6 because of the LTS...) release date - September 8th, 2020 bug fixes until - March 8th, 2021 security fixes until - September 8th, 2021

by the time we master it and build few projects and deploy... new version may already release and the version you just using already not supported.... i think that's why not seeing and "Learn laravel from scratch" series for 7, as by the time the series complete the new version may already half way release.... i guess...

can someone slow down the version upgrade???

4 likes
Neeraj1005's avatar

can someone slow down the version upgrade???

šŸ˜‚šŸ˜‚šŸ˜‚šŸ˜‚

extjac's avatar

I tried installing UI in L8.x and does not work. To push Jetstream and remove UI i think it was a bad idea.

2 likes
Ajvanho's avatar

I like php the most, but i don't want to use php which changes javascript. I don't like Laravel's turn to his own side projects at all. Javascript probably has the most potential to push the boundaries of web development, and Laravel decided to move away from that. This is a the first step backwards for Laravel. :(

jlrdw's avatar

Here are some good version 8.0 updated links if anyone lands here:

laravel 8 redirect:

https://laracasts.com/discuss/channels/laravel/version-8-redirects

laravel 8 fix web routes:

https://laracasts.com/discuss/channels/laravel/target-class-carriercontroller-does-not-exist

https://laracasts.com/discuss/channels/laravel/laravel8-ui-bootstrap-uiauth-error-target-class-homecontroller-does-not-exist

The top one was completely missing from Laravel 8, @snapey posted the fix, or my work around works.

I know many folks redirect to certain places depending on role.

Please or to participate in this conversation.