This Starter kit contains my starting point when developing a new Laravel project. Its based on the official Livewire Starter kit, and includes the following features:
It uses the TALL stack, which stands for:
Among other things, it also includes:
I'm considering adding the following features, depending on my clients' most common requirements:
laravel new my-project --using=mortenebak/tallstarter
You could also just use this repository as a starting point for your own project by clicking use template. If installing manually, these are the steps to install:
composer installnpm installnpm run build # or npm run dev
Setup your .env
file and run the migrations.
cp .env.example .envphp artisan key:generatephp artisan storage:link
php artisan migrate
php artisan db:seed
php artisan app:create-super-admin
// config/app.phpreturn [ // ... 'timezone' => 'Europe/Copenhagen' // Default: UTC // ...];
composer review
This command will run, in order:
Ensuring that your code is up to standard and tested.
Feel free to contribute to this project by submitting a pull request.
I'd like to thank all the people who have contributed to the packages used in this project. Especially Spatie for their great packages, Livewire and Alpinejs for their awesome framework and the Laravel community for their great work. And of course Laravel for their awesome framework, and their Livewire Starter Kit, which this kit is based on.
Take a look at the contributors who have helped make this project better. Many thanks!
If you like this project, please consider donating to support it.
Thanks to:
Fullstack webdeveloper @ Indexed.dk creating bespoke web solutions using Laravel with Livewire and Statamic.