Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 3 / 6
116 results tagged laravel  ✕
Note: Log Eloquent querys /shaare/OagTog
04/07/2016 12:07:28
DB::listen(
    function ($sql) {
        foreach ($sql->bindings as $i => $binding) {
            if ($binding instanceof \DateTime) {
                $sql->bindings[$i] = $binding->format('\'Y-m-d H:i:s\'');
            } else {
                if (is_string($binding)) {
                    $sql->bindings[$i] = "'$binding'";
                }
            }
        }
        $query = str_replace(array('%', '?'), array('%%', '%s'), $sql->sql);
        $query = vsprintf($query, $sql->bindings);
        echo $query . "<br>" . PHP_EOL;
    }
);
php laravel
Orchestra Platform http://orchestraplatform.com/
29/06/2016 00:08:52
laravel cms
Vim Blade https://github.com/jwalton512/vim-blade
24/06/2016 16:11:15
vim blade laravel
php - Laravel s3 multiple buckets - Stack Overflow http://stackoverflow.com/a/35344933
16/06/2016 15:10:38
laravel amazon
Clean way to inject old input https://laracasts.com/discuss/channels/code-review/clean-way-to-inject-old-input
15/06/2016 16:11:57
laravel form
Laravel Collective https://laravelcollective.com/about
06/04/2016 10:25:42
laravel
Standard JSON API response format? - Stack Overflow http://stackoverflow.com/a/14538774/1504286
01/03/2016 11:00:10

https://github.com/WhiteHouse/api-standards

json api php laravel nodejs
Export - Laravel Excel Documentation - Maatwebsite http://www.maatwebsite.nl/laravel-excel/docs/export
16/12/2015 16:12:27

http://stackoverflow.com/a/25999438/1504286 putting users data as next rows
foreach ($users as $user) {
$sheet->appendRow($user);
}

laravel csv
Adventures in IT: Caching Laravel with Varnish http://abeak.blogspot.com.ar/2014/12/caching-laravel-with-varnish.html
16/12/2015 15:24:32
varnish laravel
Laravel 5 CMS and Application Framework- Lavalite. http://www.lavalite.org/
19/11/2015 11:15:56
laravel cms
BootstrapCMS/CMS https://github.com/BootstrapCMS/CMS#setting-up-queing
19/11/2015 10:14:17
laravel cms
LavaLite/cms https://github.com/LavaLite/cms
19/11/2015 10:14:10
laravel cms
Laravel Administrator Documentation : Introduction http://administrator.frozennode.com/docs/introduction
24/07/2015 12:01:43
laravel cms
https://www.youtube.com/watch?v=et0QXJLHXoQ https://www.youtube.com/watch?v=et0QXJLHXoQ
22/02/2015 02:09:31
thumbnail
laravel cms php
php - Validation errors in AJAX mode - Stack Overflow http://stackoverflow.com/a/17098374
05/02/2015 13:32:31
laravel ajax
cms/readme.md at master · LavaLite/cms https://github.com/LavaLite/cms/blob/master/readme.md#installation
05/01/2015 14:30:50
cms laravel php bower
Former by Anahkiasen http://anahkiasen.github.io/former/
02/01/2015 11:42:24
laravel form
RobinMalfait/Laravel-auto-form-generator https://github.com/RobinMalfait/Laravel-auto-form-generator
30/12/2014 16:18:56
laravel form
Laravel Recipes http://laravel-recipes.com/
22/12/2014 17:06:30
laravel php
A Guide to Using Eloquent ORM in Laravel ♥ Scotch http://scotch.io/tutorials/php/a-guide-to-using-eloquent-orm-in-laravel
15/12/2014 17:09:54
laravel orm php mysql database
page 3 / 6
3727 links, including 251 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn