Posts

Showing posts with the label laravel

Access Laravel Session Outside Laravel

Image
I was curious if this was possible. I had a scenario that I wanted access an active Laravel session OUTSIDE Laravel.

BGTS LDAP Authentication Module

Image
A simple LDAP authentication module for Laravel using Caffeinated Module and Angular JS Checks if a username is registered in an LDAP collection. Replaces the default Laravel Authentication.    

Make Laravel 5 Modular Part 1

Image
My current company is heading towards the Laravel and Angular JS path on creating tools for the departments. We were assigned to learn Laravel and Angular JS on our own as soon as possible. Since I saw that the company's data is getting bigger and bigger as time goes by, I researched for a way for us, the developers, to be able to create applications faster and make it much easier to maintain. We all know that making a modular application is currently the best approach on large projects.