1. Go to this page and download the library: Download aminuddin12/futurisme-admin library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
aminuddin12 / futurisme-admin example snippets
\Aminuddin12\FuturismeAdmin\Models\FuturismeAdmin::create([
'name' => 'Super Admin',
'email' => '[email protected]',
'password' => 'password', // The model automatically hashes this password
'is_super_admin' => true, // Grants full access privileges
]);