Laravel Community Tools by Tighten

Popular tricks

458 tricks
This is a simple solution to create ACL using middleware and role ID. Please follow step by step as shown below. <br> <br>1) create column group_id (int) at users table. <br> <br>2) give value on that column | group_id values: | 1 = Admin | 2 = HR | 3 = Staff 3) create new middleware using php artisan php artisan make:middleware Role 4) Edit the middleware file 5) Edit kernel file and put another line for role class. 6) Set the route and put the role id which allow it to access
laraveltri... 8 years ago 7514
5.0
A very simple and easy setup laravel package for captcha.
haruncpi 6 years ago 7498
Encryption
test1 10 years ago 7477
VueJS Datagrid – Sorting Filtering Paging Grouping Example
live24u 9 years ago 7480
Like I said in my old post, I created a package, which makes it easy for you to implement some functionalities to edit/update/modify your .env-file. See more on GitHub: https://github.com/Brotzka/laravel-dotenv-editor. Tell me, if you have any suggestions to extend this package.
Brotzka 10 years ago 7459
Generate data in key/value structure / For ex: for admin panel dashboard
saeedvir 6 years ago 7443
A couple of view creators that inject variables or text into views
davestewar... 10 years ago 7437
I'm having a porblem trying to solve this error.. anyone encountered this beforre?
dnates2014 10 years ago 7435
how to get query
krucamper 11 years ago 7392