Hello everyone, Welcome back to justlaravel.com. In the previous post, we discussed about custom authentication in laravel, here we ‘ll add one more cool feature of this elegant framework, which is validation. Working Demo Project on Github Validation rules We ‘ll here add some validation rules to login and register forms from ...
Hello everyone, welcome to justlaravel.com. As routing and pagination are very simple in laravel, authentication is not much different, it is very simple too, everything is configured out of the box. Working Demo Project on Github By default, laravel comes with 2 authentication controllers: Auth Controller and Password Controller. Auth Controller, handles ...
Hello everyone, welcome to justlaravel.com. Here we ‘ll see, how easy is pagination in laravel, in the previous post we saw about routing in laravel, here pagination is much more simpler than routing. Working Demo Project on Github In the last post, we just showed all the data from the database, here ...