Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpmurray/alice
Alice is the beggining of the story. Thus, with Alice, I'm starting new Laravel projects, this is my usual boilerplate.
https://github.com/jpmurray/alice
laravel
Last synced: 25 days ago
JSON representation
Alice is the beggining of the story. Thus, with Alice, I'm starting new Laravel projects, this is my usual boilerplate.
- Host: GitHub
- URL: https://github.com/jpmurray/alice
- Owner: jpmurray
- Created: 2021-01-05T00:05:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T13:08:35.000Z (over 3 years ago)
- Last Synced: 2024-05-01T15:26:15.665Z (7 months ago)
- Topics: laravel
- Language: PHP
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alice
Alice is the beggining of the story. Thus, with Alice, I'm starting new Laravel projects, this is my usual boilerplate.
## What does it include
- Helper for artisan make commands (laracademy/interactive-make).
- A self diagnostic tool, so we can be clear after a new project is created with Alice (beyondcode/laravel-self-diagnosis)
- Backblaze B2 as a filesystem adapter (bringyourownideas/laravel-backblaze).
- Backups configured to used the B2 adapter, and to run tasks at night _when in production env_ (spatie/laravel-backup).
- Helper to monitor what goes under the hood _when in local env_ (laravel/telescope).
- Another helper to monitor under the hood _when debug is enabled_ (itsgoingd/clockwork).## What it does not include, but might want to
- Any auth scaffholding (laravel/ui for Bootstrap, laravel/breeze for Tailwind).
- My components, if I decided to use Tailwind## Usage
- Clone repo and delete the `.git` folder, **or** download the zip file of this repo.
- Also `composer create-project jpmurray/alice [FOLDER] -s dev --remove-vcs`