-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Description
Version
laravel-frontend-presets/material-dashboard": "^1.1",
Reproduction link
htttp://google.com
Operating System
win11
Device
PC
Browser & Version
ALL
Steps to reproduce
- Install
Via composer
Cd
to your Laravel app- Type in your terminal:
composer require laravel/ui
- 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. - 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 inroutes/web.php
(NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php) - In your terminal run
composer dump-autoload
- Run
php artisan migrate:fresh --seed
to create basic users table
after a lot of issues on 2 and 3 steps, i got problems:
- index of/ my appname dir
- only working appname/public/index.php
- got on every link 404 not found
trying to look manual ### By using the archive and:
- can see
LaravelFrontendPresets\MaterialPreset\MaterialPresetServiceProvider::class
inconfig/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
Labels
No labels