laravel-vue-cms
laravel-vue-cms copied to clipboard
This is a simple CMS built upon Laravel and Vue.
Results
2
laravel-vue-cms issues
Sort by
recently updated
recently updated
newest added
PS C:\Program Files (x86)\Ampps\www\laravel> php artisan migrate --seed Migration table created successfully. Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is...
Thanks for tutorial, but a small change that would make the app a bit better. in app/User.php, when a non-admin user attempts to enter an admin page, `abort(403)` 'access denied'...