PHP code example of agustra / adminlte-v4-package
1. Go to this page and download the library: Download agustra/adminlte-v4-package 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/ */
agustra / adminlte-v4-package example snippets
// Di routes/web.php
Route::get('/', function () {
return redirect()->route('dashboard');
});
bash
# Publish assets AdminLTE
php artisan adminlte:publish-assets
# Lihat routes AdminLTE
php artisan route:list --name=dashboard