Tag: Laravel
All the articles with the tag "Laravel".
It's getting late
Updated:But how late is it? When it comes to messing with dates, times and duration there's a lot of pitfalls. Again, don't reinvent the wheel use some one elses g
Adldap2\Adldap2-Laravel
Updated:https://github.com/Adldap2/Adldap2-Laravel Essential for using Active Directory (LDAP) from Laravel. With a nice friendly developer too. Also available as
spatie\laravel-permission
Updated:https://github.com/spatie/laravel-permission Easy to implement Roles and Permissions for Laravel.
NGINX and Laravel
Updated:NGINX needs a little special setup to handle Laravel as Laravel only really serves one page. All others are served through index.php as a route.
Laravel CSRF & $.ajax()
Updated:Laravel has a nice built in feature to prevent Cross Site Request Forgeries. In each form you simply drop in a {{ csrf_field() }} and you end up with an _t
Bootstrap
Updated:What have I learnt lately? Stop reinventing the wheel. If someone's already done something great an you can make use of it, do it. When it comes to framewo
Laravel Redirect to Intended
Updated:Getting where you intended to go with Laravel