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
Comments
-
Jakuho3758225dWell, 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 -
linuxxx155353224d@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 😬
-
linuxxx155353224d@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? 😬 -
linuxxx155353224d@danharrin php files! Because I’ve got a shitload of libraries and stuff I always use with projects
-
saliu74101221dThanks everyone for your comments. This is inspiring. I will try to respond to comments as I deem fit. One-by-one.
-
saliu74101221d@Cyanide PHP is useful. What I'm trying to say is Laravel (and most of other php frameworks) makes writing php codes faster.
-
saliu74101221d@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. -
saliu74101221d
-
gurumeditation4806192dGreat. Now your boss thinks you can make any page in a minute. Prepare for hell.
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