Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in Laravel. Made by
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.
.env
config file:php composer.phar install
(or composer install
) in the root of your Laravel application to install all framework dependencies.php artisan migrate
to migrate the tables and set up the basic structure for the application.php artisan db:seed
to generate test data from the pre-made database table seeders.db:seed
command twice will duplicate the test data. If you want to avoid duplicates, truncate the datafeeds
table in your database.npm install
in the terminal.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.npm run build
to compile and minify the assets for production.php artisan serve
to make the Laravel installation work on your local machine.http://127.0.0.1:8000
) into your browser to access and test the Mosaic Laravel app.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.