laravel-frontend-presets / material-dashboard

Material Frontend Preset For Laravel Framework 9.x and Up
https://www.creative-tim.com/product/material-dashboard-laravel
MIT License
259 stars 1.01k forks source link

Has this been tested with Laravel 7.x? #18

Closed ozupey closed 4 years ago

ozupey commented 4 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Expected Behavior

Easy installation by following the installation guide using the latest Laravel version.

Current Behavior

There seem to be several issues and mistakes in the documentation when trying to install this dashboard on the latest Laravel framework version (7.3.0).

  1. It seems to depend on laravel/ui, but neither the prerequisites or the installation steps mention installing laravel/ui. Results in Class 'Laravel\Ui\UiCommand' not found
  2. php artisan preset material is an invalid command on Laravel 7.x, it has to be php artisan ui material.
  3. Register and login are not working. Results in Target class [App\Http\Controllers\Auth\LoginController] does not exist. and Target class [App\Http\Controllers\Auth\RegisterController] does not exist.
ozupey commented 4 years ago

It seems like you already updated README.md but forgot to update the official website: https://material-dashboard-laravel.creative-tim.com/docs/getting-started/laravel-setup.html

After following the updated documentation, everything went well. :)

teamupdivision commented 4 years ago

Hello, thank you for using our products! Please check, we've updated the docs.

Thank you