binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.
https://www.binshops.com
MIT License
428 stars 134 forks source link

routes #33

Closed jahstation closed 3 years ago

jahstation commented 3 years ago

maybe is not an issue, but ive not any route of the blog, just auth, after a fresh installation on laravel 8.

samberrry commented 3 years ago

on a fresh install auth package:

composer require laravel/ui
php artisan ui vue --auth

then you have auth routes. Then be sure you are logged in and you should setup your package: _/blog_admin/setup_ than: Admin panel URI: /blog_admin Front URI: /en/blog