Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JonhSilver opened this issue Nov 20, 2023 · 0 comments
Open

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

JonhSilver opened this issue Nov 20, 2023 · 0 comments

Comments

@JonhSilver
Copy link

JonhSilver commented Nov 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant