Skip to content

Instantly share code, notes, and snippets.

@qa1
Created June 9, 2021 07:38
Show Gist options
  • Save qa1/c7c014789eb065a4c822e9d7bdfde006 to your computer and use it in GitHub Desktop.
Save qa1/c7c014789eb065a4c822e9d7bdfde006 to your computer and use it in GitHub Desktop.
composer create-project laravel/laravel example
cd example
composer require tcg/voyager
add to config/app providers : TCG\Voyager\VoyagerServiceProvider::class
edit config/database 'charset' => 'utf8','collation' => 'utf8_unicode_ci'
php artisan migrate
php artisan voyager:install --with-dummy
php artisan serve
go to localhost:8000/admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment