Admin Dashboard is a free Bootstrap 4 admin template inspired by Google’s Material Design principles. By choosing the Material Dashboard template for your project, you benefit from a clean, modern UI that follows Google’s best practices for user experience. Additionally, the template offers a robust set of tools and components that make it easy to customize the dashboard to fit your project’s branding and functionality needs.
Step 1: Install Laravel 8
Open your terminal and run the following command to create a new Laravel application:
Step 2: Configure Database Credentials
Update your .env
file located in the root of your Laravel project with your database details:
Step 3: (Optional) Configure Mail Settings
To send emails (e.g., for forgot password), also update mail credentials in .env
:
Step 4: Create a Basic Home Page
Inside resources/views
, create or edit the file home.blade.php
:
Step 9: Run Development Server
After setting everything up, start the Laravel development server:
Then open your browser and go to: