{"id":15016853,"url":"https://github.com/cruip/laravel-tailwindcss-admin-dashboard-template","last_synced_at":"2025-05-16T03:05:39.018Z","repository":{"id":47301767,"uuid":"515977136","full_name":"cruip/laravel-tailwindcss-admin-dashboard-template","owner":"cruip","description":"Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in Laravel. Made by","archived":false,"fork":false,"pushed_at":"2025-03-02T15:55:34.000Z","size":598,"stargazers_count":366,"open_issues_count":4,"forks_count":136,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-08T14:04:58.511Z","etag":null,"topics":["admin-dashboard","admin-template","chartjs","dashboard","jetstream","laravel","livewire","tailwindcss","template"],"latest_commit_sha":null,"homepage":"https://cruip.com/","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cruip.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-20T12:41:08.000Z","updated_at":"2025-04-07T06:51:39.000Z","dependencies_parsed_at":"2024-01-04T18:25:52.114Z","dependency_job_id":"f195641d-97e3-4290-aea3-4fab5a454a68","html_url":"https://github.com/cruip/laravel-tailwindcss-admin-dashboard-template","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"a1bfd7beaa829795687e173b91f3973c5e17d8c9"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cruip%2Flaravel-tailwindcss-admin-dashboard-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cruip%2Flaravel-tailwindcss-admin-dashboard-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cruip%2Flaravel-tailwindcss-admin-dashboard-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cruip%2Flaravel-tailwindcss-admin-dashboard-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cruip","download_url":"https://codeload.github.com/cruip/laravel-tailwindcss-admin-dashboard-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-dashboard","admin-template","chartjs","dashboard","jetstream","laravel","livewire","tailwindcss","template"],"created_at":"2024-09-24T19:49:28.731Z","updated_at":"2025-05-16T03:05:34.010Z","avatar_url":"https://github.com/cruip.png","language":"Blade","funding_links":[],"categories":["Development"],"sub_categories":["Design"],"readme":"# Free Tailwind \u0026 Laravel admin dashboard template\n\n![Mosaic TailwindCSS template preview](https://github.com/cruip/laravel-tailwindcss-admin-dashboard-template/assets/2683512/68bf8c3d-6525-4565-b6f8-c81611b9c1eb)\n\n**Mosaic Lite Laravel** is a responsive admin dashboard template built on top of Tailwind CSS and fully coded in Laravel Jetstream. This template is a great starting point for anyone who wants to create a user interface for SaaS products, administrator dashboards, modern web apps, and more.\nUse it for whatever you want, and be sure to reach us out on [Twitter](https://twitter.com/Cruip_com) if you build anything cool/useful with it.\n\n**UPDATE 2025-02-02** Added Tailwind v4 support!\n\nCreated and maintained with ❤️ by [Cruip.com](https://cruip.com/).\n\n## Live demo\n\nCheck a live demo here 👉️ [https://mosaic.cruip.com/](https://mosaic.cruip.com/?template=laravel)\n\n## Mosaic Pro\n\n[![Mosaic Tailwind Admin Template](https://github.com/cruip/tailwind-dashboard-template/assets/2683512/2b4d0fae-bb07-4229-8a8a-48005f2f33cb)](https://cruip.com/mosaic/)\n\n## Design files\n\nIf you need the design files, you can download them from Figma's Community 👉 https://bit.ly/3sigqHe\n\n## Table of contents\n\n* [Usage](#usage)\n  * [Setup your .env config file](#setup-your-env-config-file)\n  * [Install Laravel dependencies](#install-laravel-dependencies)\n  * [Migrate the tables](#migrate-the-tables)\n  * [Generate some test data](#generate-some-test-data)\n  * [Compile the front-end](#compile-the-front-end)\n  * [Launch the Laravel backend](#launch-the-Laravel-backend)        \n* [Credits](#credits)\n* [Terms and License](#terms-and-license)\n* [About Us](#about-us)\n* [Stay in the loop](#stay-in-the-loop)\n\n## Usage\n\nThis project was built with [Laravel Jetstream](https://jetstream.laravel.com/) and [Livewire + Blade](https://jetstream.laravel.com/2.x/introduction.html#livewire-blade) as Stack.\n\n### Setup your .env config file\nMake sure to add the database configuration in your .env file such as database name, username, password and port.\n\n### Install Laravel dependencies\nIn the root of your Laravel application, run the ``php composer.phar install`` (or ``composer install``) command to install all of the framework's dependencies.\n\n### Migrate the tables\n\nIn order to migrate the tables and setup the bare minimum structure for this app\nto display some data you shoud open your terminal, locate and enter this project\ndirectory and run the following command\n\n``php artisan migrate``\n\n### Generate some test data\n\nOnce you have all your database tables setup you can then generate some test data\nwhich will come from our pre-made database table seeders.\nIn order to do so, in your terminal run the following command\n\n``php artisan db:seed``\n\nN.B. If you run this command twice, all the test data will be duplicated and added to the existing table data, if you want to avoid having duplicate test data please\nmake sure to ``truncate`` the following ``datafeeds`` table in your database.\n\n### Compile the front-end\n\nIn order to compile all the CSS and JS assets for the front-end of this site you need to install NPM dependencies. To do that, open the terminal, type npm install and press the ``Enter`` key.\n\nThen run ``npm run dev`` in the terminal to run a development server to re-compile static assets when making changes to the template.\n\nWhen you have done with changes, run ``npm run build`` for compiling and minify for production.\n\n### Launch the Laravel backend\n\nIn order to make this Laravel installation work properly on your local machine you\ncan run the following command in your terminal window.\n\n``php artisan serve``\n\nYou should receive a message similar to this\n``Starting Laravel development server: http://127.0.0.1:8000`` simply copy the URL\nin your browser and you'll be ready to test out your new mosaic laravel app.\n\n\n## Credits\n\n- [Nucleo](https://nucleoapp.com/)\n\n## Terms and License\n\n- License 👉 [https://cruip.com/terms/](https://cruip.com/terms/).\n- Copyright 2022 [Cruip](https://cruip.com/).\n- Use it for personal and commercial projects, but please don’t republish, redistribute, or resell the template.\n- Attribution is not required, although it is really appreciated.\n\n## About Us\n\nWe're an Italian developer/designer duo creating high-quality design/code resources for developers, makers, and startups.\n\n## Stay in the loop\n\nIf you would like to know when we release new resources, you can follow [@pacovitiello](https://x.com/pacovitiello) and [@DavidePacilio](https://x.com/DavidePacilio) on X, or you can subscribe to our [newsletter](https://cruip.com/newsletter/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcruip%2Flaravel-tailwindcss-admin-dashboard-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcruip%2Flaravel-tailwindcss-admin-dashboard-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcruip%2Flaravel-tailwindcss-admin-dashboard-template/lists"}