You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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)
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 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
The text was updated successfully, but these errors were encountered:
Version
laravel-frontend-presets/material-dashboard": "^1.1",
Reproduction link
htttp://google.com
Operating System
win11
Device
PC
Browser & Version
ALL
Steps to reproduce
Via composer
Cd
to your Laravel appcomposer require laravel/ui
composer require laravel-frontend-presets/material-dashboard
. No need to register the service provider. Laravel 9.x & up can auto detect the package.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)
composer dump-autoload
php artisan migrate:fresh --seed
to create basic users tableafter a lot of issues on 2 and 3 steps, i got problems:
trying to look manual ### By using the archive and:
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
The text was updated successfully, but these errors were encountered: