Search found 1 match
- 20 Jan 2021, 15:47
- Forum: Help
- Topic: How to access Aimeos Admin login/Admin panel (Laravel 8 -Jetstream) PHP 7.3
- Replies: 5
- Views: 8651
How to access Aimeos Admin login/Admin panel (Laravel 8 -Jetstream) PHP 7.3
i just installed laravel 8 with jetstream and i went through the aimeos installation documentation on GitHub to install aimeos in to laravel
after successful installation, /admin sends me to laravel default scaffold dashboard.
I then changed the codes in the web.php
to
Route::middleware(['auth ...
after successful installation, /admin sends me to laravel default scaffold dashboard.
I then changed the codes in the web.php
to
Route::middleware(['auth ...