Everyone has todos, but do you have Tadas? 🎉
Built with Laravel and Inertia.
-
Start the services
lando start
-
Install composer dependencies
lando composer install
-
Install npm dependencies
npm install
-
Generate app key
npm run generate
-
Run migrations
lando php artisan migrate
-
Start the dev server
npm run dev
Generate IDE Helpers
npm run idehelpers
Unreleased features get the @unreleased
tag applied to them.
To convert them to a @since
tag, run the following:
npm run unreleased -- <tag>
Running this with 1.0.0
as the tag will convert all @unreleased
tags to @since 1.0.0
.