I'm using TALL Stack (Laravel, Livewire, Tailwind, Alpine) for this project.
- Clone the repo and
cd
into it composer install
npm install
oryarn
npm run dev
oryarn dev
- Rename or copy
.env.example
file to.env
php artisan key:generate
- Set your database credentials in your
.env
file php artisan migrate --seed
. This will migrate the database tables and run seeders.php artisan serve
- Visit
localhost:8000
in your browser