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
		
- 
				
				 Lyniven44017yWell, 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. Lyniven44017yWell, 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
- 
				
				 saliu741127yThanks everyone for your comments. This is inspiring. I will try to respond to comments as I deem fit. One-by-one. saliu741127yThanks everyone for your comments. This is inspiring. I will try to respond to comments as I deem fit. One-by-one.
- 
				
				 saliu741127y@Cyanide PHP is useful. What I'm trying to say is Laravel (and most of other php frameworks) makes writing php codes faster. saliu741127y@Cyanide PHP is useful. What I'm trying to say is Laravel (and most of other php frameworks) makes writing php codes faster.
- 
				
				 saliu741127y@Jakuho. saliu741127y@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.
- 
				
				 saliu741127y@Jakuho. saliu741127y@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.
- 
				
				Babonday17yis 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 !
- 
				
				 saliu741126y@Babonday Nope. It's not a fake comment. If you setup your environment correctly, you will get it. saliu741126y@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










 Source: /r/ProgrammerHumor
Source: /r/ProgrammerHumor
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