Skip to content

This project is a robust Laravel template designed for quick and efficient web development. Featuring built-in user authentication (login and registration) and a variety of integrated theme designs, it's the perfect kickstarter for Laravel development. The template is pre-configured with Tailwind CSS and DaisyUI components.

Notifications You must be signed in to change notification settings

MaskedAlkindi/Larvel-Dashboard-Mockup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Dashboard Template

Project Overview

Developed by Hajid Alkindi

Introduction

This project is a robust Laravel template designed for quick and efficient web development. Featuring built-in user authentication (login and registration) and a variety of integrated theme designs, it's the perfect kickstarter for Laravel development. The template is pre-configured with Tailwind CSS and DaisyUI components, making it both functional and visually appealing.

Visual Features

Authentication Pages

  • Login Screen: A user-friendly interface for signing in. Alt text
  • Registration Screen: An intuitive layout for new user registration. Alt text

Theme Variations

Explore diverse themes to enhance the user interface. Each theme is designed with attention to detail and usability:

  • Dark Theme Dark Theme
  • Halloween Theme Halloween Theme
  • Coffee Theme Coffee Theme
  • Cyberpunk Theme Cyberpunk Theme
  • Black Theme Black Theme

For more information on themes and customization options, visit the DaisyUI Themes Documentation.

System Requirements

  • PHP version 7.3 or higher
  • MySQL or PostgreSQL database
  • Essential dependencies as specified in the project documentation.

Installation Instructions

Pre-installation Setup

Before proceeding, ensure you have XAMPP installed to create a local web server environment. Download it from XAMPP's official website and follow the installation instructions.

Cloning the Repository

Initiate by cloning the repository:

git clone https://github.com/MaskedAlkindi/Larvel-Dashboard-Mockup.git

cd Larvel-Dashboard-Mockup/Dashboard

Dependency Installation

To install necessary dependencies:

composer install
npm install

Environment Setup

Configure the environment file:

cp .env.example .env

Edit the .env file to match your local environment settings, particularly the database connection details (DB_DATABASE, DB_USERNAME, DB_PASSWORD).

.env

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

Application Key

Generate a unique key for the application:

php artisan key:generate

Database Migration and Seeding

Prepare your database:

php artisan migrate --seed

Running the Application

Start the Laravel application and compile assets:

php artisan serve
npm run dev

This comprehensive guide ensures a smooth setup and deployment of your Laravel Dashboard Template.

About

This project is a robust Laravel template designed for quick and efficient web development. Featuring built-in user authentication (login and registration) and a variety of integrated theme designs, it's the perfect kickstarter for Laravel development. The template is pre-configured with Tailwind CSS and DaisyUI components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published