Laravel Community Tools by Tighten

Popular tricks

458 tricks
Js COntroller Insert update delete..
Darshan Ma... 9 years ago 7231
Get a List of Recent queries that have been run on your app
unicodevel... 10 years ago 7210
If you are using Web Developer Extension in Firefox (or similar), you can enable the debug mode creating a cookie. Just create a cookie called 'debug' with value '1', and path '/', then open up your app.php and edit the debug option with the following:
davidmoral... 11 years ago 7205
how to get query
krucamper 11 years ago 7200
If you want to use(or work with) another database in a section of your project use following steps... step 1. Create another connection in config/database.php step 2. Insert new connection info in .env file... step 3. Tell to laravel to use this new connection
tuytoosh 10 years ago 7137
Don't forget to add the `DATABASE_QUERIES_DEBUG` in the .env file. Call this function `$this->debugDatabaseQueries()` from any service provider `register` function:
Mahmoudz 10 years ago 7148
Laravel in create common function
Darshan Ma... 9 years ago 7156
Lumen is a micro-framework built on top of Laravel. The framework is ideal for small apps and services that are optimized for speed. The most important application of the framework is to build REST APIs. This tutorial explains how REST API can be created using Lumen. https://www.cloudways.com/blog/creating-rest-api-with-lumen/
olivedev 9 years ago 7160
5.0
Standard API Response in PHP / Laravel
saeedvir 6 years ago 7136