Laravel Community Tools by Tighten

Popular tricks

458 tricks
Sometimes you want to refer your custom middleware not by the full qualified namespace class, but only by an alias (E.g. like the ones that Laravel have created in the Middleware Kernel).
laraning 8 years ago 7262
VueJS Datagrid – Sorting Filtering Paging Grouping Example
live24u 8 years ago 7237
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 9 years ago 7229
A couple of view creators that inject variables or text into views
davestewar... 10 years ago 7220
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 7177
5.0
I'm having a porblem trying to solve this error.. anyone encountered this beforre?
dnates2014 10 years ago 7171
Js COntroller Insert update delete..
Darshan Ma... 9 years ago 7167
Generate data in key/value structure / For ex: for admin panel dashboard
saeedvir 6 years ago 7164
A very simple and easy setup laravel package for captcha.
haruncpi 6 years ago 7159