Skip to content

[Bug] Wrong instalation manual and not working template #225

@JonhSilver

Description

@JonhSilver

Version

laravel-frontend-presets/material-dashboard": "^1.1",

Reproduction link

htttp://google.com

Operating System

win11

Device

PC

Browser & Version

ALL

Steps to reproduce

  1. Install

Via composer

  1. Cd to your Laravel app
  2. Type in your terminal: composer require laravel/ui
  3. Install this preset via composer require laravel-frontend-presets/material-dashboard. No need to register the service provider. Laravel 9.x & up can auto detect the package.
  4. Run php artisan ui material command to install the Material preset. This will install all the necessary assets and also the custom auth views, it will also add the auth route in routes/web.php
    (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
  5. In your terminal run composer dump-autoload
  6. Run php artisan migrate:fresh --seed to create basic users table

after a lot of issues on 2 and 3 steps, i got problems:

  1. index of/ my appname dir
  2. only working appname/public/index.php
  3. got on every link 404 not found

trying to look manual ### By using the archive and:

  1. can see LaravelFrontendPresets\MaterialPreset\MaterialPresetServiceProvider::class in config/app.php, why it not created by composer?

What is expected?

Expected working demo dashboard

What is actually happening?

404 not found any page


Solution

make working template

Additional comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions