alaracreative / alara-laravel-preset
The default Alara Laravel starting point.
Package info
github.com/alaracreative/alara-laravel-preset
pkg:composer/alaracreative/alara-laravel-preset
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-30 15:48:03 UTC
README
The starting point for all Alara Creative Laravel projects.
Starts with:
- Laravel Mix Plugins
- PostCSS Import
- Precss
- PurgeCSS
- Tailwind
- Tailwind
- Vue
Also removes SASS directory in favor of a CSS directory for PostCss and adds a custom .editorconfig.
Inspired by Laracasts tutorial.
Installation
Create a new Laravel project.
Require via composer: composer require alaracreative/alara-laravel-preset
Install Preset: php artisan preset alara
Install npm: npm install
Setup Tailwind: node_modules/.bin/tailwind init tailwind.js
Run npm: npm dev or npm watch
Yay!