{"id":15162029,"url":"https://github.com/tailwindcomponents/laravel-preset","last_synced_at":"2025-09-30T15:31:10.349Z","repository":{"id":54979808,"uuid":"275357059","full_name":"tailwindcomponents/laravel-preset","owner":"tailwindcomponents","description":"🛹 🍃 Laravel preset starter UI for laravel with Tailwind CSS.","archived":true,"fork":false,"pushed_at":"2021-01-18T09:58:58.000Z","size":337,"stargazers_count":51,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-05T23:40:10.414Z","etag":null,"topics":["laravel","preset","tailwindcss","ui"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/tailwindcomponents/laravel-preset","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tailwindcomponents.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-27T11:22:04.000Z","updated_at":"2024-02-19T20:31:04.000Z","dependencies_parsed_at":"2022-08-14T08:00:59.934Z","dependency_job_id":null,"html_url":"https://github.com/tailwindcomponents/laravel-preset","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/tailwindcomponents/laravel-preset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailwindcomponents%2Flaravel-preset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailwindcomponents%2Flaravel-preset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailwindcomponents%2Flaravel-preset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailwindcomponents%2Flaravel-preset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tailwindcomponents","download_url":"https://codeload.github.com/tailwindcomponents/laravel-preset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailwindcomponents%2Flaravel-preset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277712303,"owners_count":25864337,"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","status":"online","status_checked_at":"2025-09-30T02:00:09.208Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["laravel","preset","tailwindcss","ui"],"created_at":"2024-09-27T01:03:47.269Z","updated_at":"2025-09-30T15:31:10.020Z","avatar_url":"https://github.com/tailwindcomponents.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel preset for TailwindCSS\n\n[![License](https://poser.pugx.org/tailwindcomponents/laravel-preset/license)](//packagist.org/packages/tailwindcomponents/laravel-preset)\n[![Latest Stable Version](https://poser.pugx.org/tailwindcomponents/laravel-preset/v)](//packagist.org/packages/tailwindcomponents/laravel-preset)\n[![Total Downloads](https://poser.pugx.org/tailwindcomponents/laravel-preset/downloads)](//packagist.org/packages/tailwindcomponents/laravel-preset)\n[![Monthly Downloads](https://poser.pugx.org/tailwindcomponents/laravel-preset/d/monthly)](//packagist.org/packages/tailwindcomponents/laravel-preset)\n\u003ca href=\"https://twitter.com/TwComponents\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/url?label=Tailwindcomponents\u0026style=social\u0026url=https%3A%2F%2Ftwitter.com%2FTwComponents\"\u003e\n\u003c/a\u003e\n\n🛹 A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.com) - a Utility-First CSS Framework for Rapid UI Development.\n\n## Installation and usage\nThis package requires Laravel 7.0 or higher.\n\n1. Fresh install Laravel and `cd` to your app.\n2. Install `composer require tailwindcomponents/laravel-preset --dev`.\n\n### a. Preset WITHOUT Authentication\n\n1. Use `php artisan ui tailwindcss` for the basic Tailwind CSS preset.\n2. `npm install \u0026\u0026 npm run dev`\n3. `php artisan serve` (or equivalent) to run server and test preset.\n\n### b. Preset WITH Authentication\n\n1. Use `php artisan ui tailwindcss --auth` for the basic preset, auth route entry, and Tailwind CSS auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php`)\n4. `npm install \u0026\u0026 npm run dev`\n5. Configure your favorite database (mysql, sqlite etc.)\n6. `php artisan migrate` to create basic user tables.\n7. `php artisan serve` (or equivalent) to run server and test preset.\n\n### Config\n\nThe default `tailwind.config.js` configuration file included by this package simply uses the config from the Tailwind vendor files. Should you wish to make changes, you should remove the file and run `node_modules/.bin/tailwind init`, which will generate a fresh configuration file for you, which you are free to change to suit your needs.\n\n## Screenshots\n\n![Dashboard](/screenshots/dashboard.png)\n\n![Login](/screenshots/login.png)\n\n![Register](/screenshots/register.png)\n\n![Reset Password](/screenshots/reset-password-email.png)\n\n![Reset Password](/screenshots/reset-password.png)\n\n![Verify](/screenshots/verify.png)\n\n![Pagination](/screenshots/pagination.png)\n\n![Pagination](/screenshots/pagination-simple.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailwindcomponents%2Flaravel-preset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftailwindcomponents%2Flaravel-preset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailwindcomponents%2Flaravel-preset/lists"}