Overview
The Mosaic Lite Laravel is a free responsive admin dashboard template built on Tailwind CSS and fully coded in Laravel Jetstream. It serves as a starting point for creating user interfaces for SaaS products, administrator dashboards, and modern web apps. The template is customizable and can be used for various purposes. It is created and maintained by Cruip.com and is available for use in personal and commercial projects.
Features
- Responsive admin dashboard template
- Built on Tailwind CSS
- Coded in Laravel Jetstream
- Suitable for user interfaces of SaaS products, administrator dashboards, and modern web apps
- Customizable design
- Free to use for personal and commercial projects
Installation
- Setup your
.env
config file:- Add the necessary database configurations such as database name, username, password, and port.
- Install Laravel dependencies:
- Run the command
php composer.phar install
(orcomposer install
) in the root of your Laravel application to install all framework dependencies.
- Run the command
- Migrate the tables:
- Open your terminal and navigate to the project directory.
- Run the command
php artisan migrate
to migrate the tables and set up the basic structure for the application.
- Generate test data:
- Once the database tables are set up, run the command
php artisan db:seed
to generate test data from the pre-made database table seeders. - Note: Running the
db:seed
command twice will duplicate the test data. If you want to avoid duplicates, truncate thedatafeeds
table in your database.
- Once the database tables are set up, run the command
- Compile the front-end:
- Install NPM dependencies by running the command
npm install
in the terminal. - Run
npm run dev
to compile CSS and JS assets for the front-end of the site. This also sets up a development server for recompiling static assets when making changes to the template. - Once you are done with changes, run
npm run build
to compile and minify the assets for production.
- Install NPM dependencies by running the command
- Launch the Laravel backend:
- In your terminal, run the command
php artisan serve
to make the Laravel installation work on your local machine. - Copy the displayed URL (
http://127.0.0.1:8000
) into your browser to access and test the Mosaic Laravel app.
- In your terminal, run the command
Summary
The Mosaic Lite Laravel is a free admin dashboard template that combines the power of Tailwind CSS with the functionality of Laravel Jetstream. It provides a starting point for creating attractive and responsive user interfaces for SaaS products, administrator dashboards, and modern web applications. The template is easy to install and customize, making it a valuable resource for developers looking to create admin dashboards in Laravel.