{"id":15016935,"url":"https://github.com/chiqors/laravel-tallstack-boilerplate","last_synced_at":"2025-04-12T10:42:30.912Z","repository":{"id":37519237,"uuid":"297922299","full_name":"chiqors/laravel-tallstack-boilerplate","owner":"chiqors","description":"Laravel 8 with TALL Stack (TailwindCSS, AlpineJS, Laravel, Livewire)","archived":false,"fork":false,"pushed_at":"2023-01-06T14:45:17.000Z","size":3102,"stargazers_count":3,"open_issues_count":24,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T05:33:24.754Z","etag":null,"topics":["alpinejs","boilerplate-application","laravel","laravel-framework","laravel-livewire","laravel-tallstack","laravel8","livewire","tailwind","tall","tall-stack","tallstack"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/chiqors.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-23T09:39:52.000Z","updated_at":"2023-02-14T15:16:57.000Z","dependencies_parsed_at":"2023-02-06T05:31:48.207Z","dependency_job_id":null,"html_url":"https://github.com/chiqors/laravel-tallstack-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiqors%2Flaravel-tallstack-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiqors%2Flaravel-tallstack-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiqors%2Flaravel-tallstack-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiqors%2Flaravel-tallstack-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chiqors","download_url":"https://codeload.github.com/chiqors/laravel-tallstack-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248557294,"owners_count":21124157,"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":["alpinejs","boilerplate-application","laravel","laravel-framework","laravel-livewire","laravel-tallstack","laravel8","livewire","tailwind","tall","tall-stack","tallstack"],"created_at":"2024-09-24T19:49:35.216Z","updated_at":"2025-04-12T10:42:30.888Z","avatar_url":"https://github.com/chiqors.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Laravel TallStack\n\nA front-end preset for Laravel to scaffold an application using the [TALL stack](https://tallstack.dev), jumpstarting your application's development.\n\nIf you're not familiar with the name, it's an acronym that describes the main technologies involved in the stack:\n- [Tailwind CSS](https://tailwindcss.com)\n- [Alpine.js](https://github.com/alpinejs/alpine)\n- [Laravel](https://laravel.com)\n- [Livewire](https://laravel-livewire.com)\n\nSome notable features of this package include:\n- Views extending a default layout\n- Front-end assets like Tailwind CSS and Alpine.js compiled with Laravel Mix\n- Tailwind-powered pagination views\n- The [Tailwind UI](https://tailwindui.com) and Tailwind's [Custom Forms](https://github.com/tailwindcss/custom-forms) extensions available out-of-the-box\n\n\u003e **Note**: If you're looking for an application boilerplate that supports the TALL stack, you should check out [Laravel Jetstream](https://github.com/laravel/jetstream). It comes with authentication scaffolding, account management, teams support.\n\n## Installation\n\nThis preset is intended to be installed into a fresh Laravel application. Follow [Laravel's installation instructions](https://laravel.com/docs/8.x/installation) to ensure you have a working environment before continuing.\n\n### Installation (without auth)\n\nThen simply run the following commands:\n```bash\ngit clone https://github.com/chiqors/laravel-tallstack-boilerplate.git\ncomposer install\nnpm install\nnpm run dev\n```\n\n### Installation\n\nSome notable features of the authentication scaffolding include:\n- Powered by Livewire components and single action controllers\n- Bundled with pre-written tests\n\nAll routes, components, controllers and tests are published to your application. The idea behind this is that you have full control over every aspect of the scaffolding in your own app, removing the need to dig around in the vendor folder to figure out how things are working.\n\n## CSS purging\n\nTailwind uses PurgeCSS to remove any unused classes from your production CSS builds. You can modify or remove this behaviour in the `purge` section of your `tailwind.config.js` file. For more information, please see the [Tailwind documentation](https://tailwindcss.com/docs/controlling-file-size/).\n\n## Removing the package\n\nIf you don't want to keep this package installed once you've installed the preset, you can safely remove it. Unlike the default Laravel presets, this one publishes all the auth logic to your project's `/app` directory, so it's fully redundant.\n\n## Credits\n\n- [Dan Harrin](https://github.com/DanHarrin)\n- [Liam Hammett](https://github.com/imliam)\n- [Ryan Chandler](https://github.com/ryangjchandler)\n- [Tailwind UI](https://tailwindui.com) for the default authentication and pagination views\n- [All Contributors](../../contributors)\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiqors%2Flaravel-tallstack-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchiqors%2Flaravel-tallstack-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiqors%2Flaravel-tallstack-boilerplate/lists"}