Skip to content

Instantly share code, notes, and snippets.

View dyaskur's full-sized avatar
🏠
Working from home

Muhammad Dyas Yaskur dyaskur

🏠
Working from home
View GitHub Profile
@FilipQL
FilipQL / TagController.php
Last active March 3, 2021 02:21
Select2 and Laravel: Ajax Autocomplete
<?php
/* For more details see: http://laraget.com/blog/select2-and-laravel-ajax-autocomplete */
namespace App\Http\Controllers\Select2Ajax;
use App\Tag;
use Illuminate\Http\Request;
use App\Http\Requests;
use App\Http\Controllers\Controller;
class TagController extends Controller