Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nnjeim/recoo
A boilerplate that utilizes Laravel, Livewire, Tailwind CSS, and Alpine.js for the frontend, and provides authentication, user management, and general CRUD functionality.
https://github.com/nnjeim/recoo
boilerplate cache caching laravel livewire livewire-components permissions tailwind tailwindcss tall tall-stack webpack
Last synced: 23 days ago
JSON representation
A boilerplate that utilizes Laravel, Livewire, Tailwind CSS, and Alpine.js for the frontend, and provides authentication, user management, and general CRUD functionality.
- Host: GitHub
- URL: https://github.com/nnjeim/recoo
- Owner: nnjeim
- Created: 2022-12-17T18:20:38.000Z (about 2 years ago)
- Default Branch: primary
- Last Pushed: 2023-04-09T07:39:14.000Z (over 1 year ago)
- Last Synced: 2024-05-01T18:26:24.398Z (8 months ago)
- Topics: boilerplate, cache, caching, laravel, livewire, livewire-components, permissions, tailwind, tailwindcss, tall, tall-stack, webpack
- Language: PHP
- Homepage:
- Size: 32.3 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Laravel application designed to maintain a database of movies.
### Installation
- Copy `.env.example` into `.env`
- Edit the superadmin name, email and password in `.env`.
- Run `composer install`.
- Run `php artisan key:generate`.
- Create a file named `database.sqlite` in the database directory or define a connection to your database.
- Run `php artisan migrate`.
- Run `php artisan db:seed`.
- Run `php artisan db:seed --class=WorldSeeder`
- Run `npm install` followed by `npm run build`.### Technical requirement
- php 8.2 or greater.
- redis cache store (optional).### Technical description
- Laravel 11.
- Livewire 3 and alpine.js.
- Tailwind css.
- Role and user permissions.
- Caching with Redis when env `CACHE_ENABLED` is set to true and `CACHE_DRIVER` is set to redis.
- Static analysis with phpstan.### Demo
RecDB demo website