-
-
Notifications
You must be signed in to change notification settings - Fork 86
Artisan Install
tanthammar edited this page May 4, 2021
·
7 revisions
- The package has an artisan command for easy installation in a fresh project.
- It covers all the steps in a "Manual installation" (see sidebar).
- It works for a plain Laravel 8, Jetstream or Breeze project.
- The command will install/upgrade Livewire, Tailwind and Alpine
- Tailwind JIT mode will be activated, you can disable it in
tailwind.config.js
after the installation
- Install a fresh Laravel 8 project (Jetstream or Breeze is optional)
- Backup your project before running this command.
- If you use git, it will
exec()
agit commi^t
before and after installation.
composer require tanthammar/tall-forms
Run the installation command.
php artisan make:tall-forms-installation
When installation is complete, compile your css/js
npm install && npm run dev
- app.blade.php
- tailwind.config.js
- webpack.mix.js
- custom.css/scss
- app.css/scss
- views/components/pages/default.blade.php
Next step -> Create Form
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications