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
Requires
- php: ^7.3|^8.0
- bringyourownideas/laravel-backblaze: ^1.0
- fideloper/proxy: ^4.4
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.12
- laravel/tinker: ^2.5
- mojtabaahn/laravel-web-logs: ^1.2
- spatie/laravel-backup: ^7.0
Requires (Dev)
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- itsgoingd/clockwork: ^5.0
- laracademy/interactive-make: ^1.6
- laravel/sail: ^0.0.5
- laravel/telescope: ^4.4
- mockery/mockery: ^1.4.2
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.3.3
This package is auto-updated.
Last update: 2024-11-29 06:16:42 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