jpmurray/alice

My own starter Laravel project, nothing fancy, just my things.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

dev-main 2021-05-30 13:08 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:40 UTC


README

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