LaravelPackages.net
Acme Inc.
Toggle sidebar
jpmurray/alice

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

4
0
About jpmurray/alice

jpmurray/alice is a Laravel package for my own starter laravel project, nothing fancy, just my things.. It currently has 0 GitHub stars and 4 downloads on Packagist. Install it with composer require jpmurray/alice. Discover more Laravel packages by jpmurray or browse all Laravel packages to compare alternatives.

Last updated

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
Comments