a small site build with laravel to be your home page for your laravel valet sites
- simple and lightweight
- project type
- designed with tailwindcss
I am lazy to remember all the projects in my ~/sites
and I like beautiful things 😂
- clone the project to your machine
- run
composer install
- if you want to customize the look, run
yarn && yarn run dev
- rename the file
.env.example
to.env
- run
php artisan key:generate
- set your path and description in
config/home.php
- edit your valet config file
~/.config/valet/config.json
and add:
"default": "/Users/Sally/Sites/foo",