mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
improve searchbox extra
This commit is contained in:
@@ -33,6 +33,7 @@ use App\Repositories\ToolRepository;
|
||||
use App\Repositories\TorrentRepository;
|
||||
use App\Repositories\UserRepository;
|
||||
use Carbon\Carbon;
|
||||
use Filament\Notifications\Notification;
|
||||
use GeoIp2\Database\Reader;
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Encryption\Encrypter;
|
||||
@@ -90,8 +91,15 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$columnInfo = NexusDB::getMysqlColumnInfo('searchbox', 'section_name');
|
||||
dd($columnInfo);
|
||||
// Notification::make()
|
||||
// ->success()
|
||||
// ->title('Test Test')
|
||||
// ->send()
|
||||
// ;
|
||||
$key = 'sbsb';
|
||||
$r = session()->push($key, [1,2,3]);
|
||||
$r = session()->get($key);
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user