Laravel Community Tools by Tighten

Popular tricks

458 tricks
Get a List of Recent queries that have been run on your app
unicodevel... 10 years ago 7296
Js COntroller Insert update delete..
Darshan Ma... 10 years ago 7296
how to get query
krucamper 11 years ago 7292
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 7275
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 7225
Laravel in create common function
Darshan Ma... 10 years ago 7257
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 7233
Standard API Response in PHP / Laravel
saeedvir 6 years ago 7239
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 7226
5.0