lariele / laravel-tall-boilerplate
Boilerplate with Lariele components created with Tailwind CSS, Alpine JS, Laravel, Livewire - TALL.
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.19
- laravel/sanctum: ^3.0
- laravel/tinker: ^2.7
- lariele/order: dev-main
- livewire/livewire: ^2.10
- spatie/enum: ^3.13
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
README
Boilerplate with components created in Tailwind CSS, Alpine JS, Laravel, Livewire - TALL
Get Boilerplate
Clone repository
git clone https://github.com/lariele/laravel-tall-boilerplate
enter new project
cd laravel-tall-boilerplate
Prepare .env file
cp .env.example .env
php artisan key:generate
Run with Docker
Compose up Docker container
make docker-run
Enter APP container
make docker-exec-app
Installation
Install composer packages
composer update
NPM packages
npm install
Database
Run Database migrations
php artisan migrate
Development
Run npm dev
npm run dev
Preview
Check online demo
Laravel
Created in peace with Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
License
The Lariele boilerplate and Lapiere components are open-source software licensed under the MIT license.
The Laravel framework is open-sourced software licensed under the MIT license.