Laravel Community Tools by Tighten

Popular tricks

458 tricks
I've developed a new package for translation handling. It works with Larvels default translation loader. You can export your translation files via artisan command to database. After translating all files you can simply reimport them from the database. The reimport creates all needed language folders and translation files for you. All you have to do is set the parameter "available_locales" in your config/app.php file. This way you can focus on one language in your dev environment. In production you export your default language, translate it and reimport it. All done with two artisan commands. See more under https://github.com/Brotzka/Laravel-Translation-Manager
Brotzka 8 years ago 6312
This changed because before when using as and prefix in the same route would append both of them to your route name, so the prefix appending dropped in place of the as.
baqirfaroo... 9 years ago 6200
It is always painful to remember the password of the sample accounts and login with them while you are working on your project and test it. You can use this package to easily and securely login with any password without touching your code. https://github.com/imanghafoori1/laravel-anypass https://github.com/imanghafoori1/laravel-anypass
imanghafoo... 7 years ago 6173
1 . remove the Laravel4 module from the functional.suite.yml 2. codeception build 3. inside the FunctionalHelper, do extend the \Codeception\Module\Laravel4 4. and there add your extra Laravel functions.
Mahmoudz 10 years ago 6141
Simple api route for prefix and goup by middleware
fauzzi 8 years ago 6107
There are the Following The simple About laravel edit route not working Full Information With Example and source code.
pakainfo-c... 5 years ago 6104
The array_add function adds a given key / value pair to the array if the given key doesn't already exist in the array.
jobayerfx 8 years ago 5986
5.0
Laravel deleter record in db
Darshan Ma... 9 years ago 5986
Laravel 5 AJAX Pagination using JQuery Example
dave 8 years ago 5931
5.0