Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Lyniven45596yWell, this command can be run only at project start, and yes, you have a working auth, but still some modification to do to obtain a perfect one.
With laravel i prefer doing manual auth, still using auth method tho -
@danharrin it’s just that I write loads of libraries myself and I couldn’t find a way of including those very easily. Next to that I don’t get how the routes work and how to easily integrate a custom login system as I’ve written an extensive one myself 😬
-
@danharrin custom token length, custom validity (resets) time, Auto blocking and security-email-unblocking features, brute force protection, that included? If yes that’d be awesome.
What about the other things I named? 😬 -
@danharrin php files! Because I’ve got a shitload of libraries and stuff I always use with projects
-
saliu741156yThanks everyone for your comments. This is inspiring. I will try to respond to comments as I deem fit. One-by-one.
-
saliu741156y@Cyanide PHP is useful. What I'm trying to say is Laravel (and most of other php frameworks) makes writing php codes faster.
-
saliu741156y@Jakuho.
Yes, you only need to run it at start project and it will create authentication pages (register, login & forget password) with basic fields. However, if you need complex (or extra fields) in your auth pages, then you need to go beyond the make auth command. -
saliu741156y@Jakuho.
Manual auth is necessary for complex authentication with many logical fields. -
Great. Now your boss thinks you can make any page in a minute. Prepare for hell.
-
Babonday06yis this a fake comment from laravel. Their quick and simple has cost me weeks trying to relearn php.
I can write a login system in 4 hours without laravel. 1 hour of coding and 3 hours of thinking i should be using laravel..its in my head ! -
saliu741155y@Babonday Nope. It's not a fake comment. If you setup your environment correctly, you will get it.
Moreover, I don't work for laravel. I'm just a normal guy. Lol.
Related Rants
My Boss: How long will it take to create login and registration page?
Me: 30 seconds.
Boss: You can't be serious.
Me: (Spinned up Laravel, entered comand - php artisan make:auth
Me: (To Boss) It's done.
Boss: What!
rant
php
laravel