alaracreative/alara-laravel-preset is a Laravel package for the default alara laravel starting point..
It currently has 0 GitHub stars and 71 downloads on Packagist.
Install it with composer require alaracreative/alara-laravel-preset.
Discover more Laravel packages by alaracreative
or browse all Laravel packages to compare alternatives.
Last updated
The starting point for all Alara Creative Laravel projects.
Starts with:
Also removes SASS directory in favor of a CSS directory for PostCss and adds a custom .editorconfig.
Inspired by Laracasts tutorial.
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!