Laravel auth middleware

We're going to be using Auth0 for authentication. Setting up the built-in authentication with Laravel is pretty straightforward, but limited. With Auth0, you'll have access to an easy-to-use dashboard, the ability…

0 Comments

403 Error in laravel

If you are just getting started with PHP, you would find this useful. While Working directly with php and laravel and accessing the admin page, you might experience the 403…

0 Comments

Image gallery picker using laravel

Laravel Image Gallery: This module allows the admin to add/manage images into various galleries and galleries into various groups according to requirements. This is the best gallery module for the…

0 Comments

Event calender using laravel

FullCalendar is a JavaScript library which uses for displays calendar on the website with the scheduled event. It is used for managing events. We can add, modify and delete the event very easily. Here user can…

0 Comments