git clone git@github.com:jonassiewertsen/statamic-butik-starter-kit.git butikcd butikrm -rf .gitcomposer updatecp .env.example .env && php artisan key:generate
Everything has been set up
Line 1: This will clone the repo onto your computer inside the folder butik
Line 2: Go into the new created folder
Line 3: Remove the github folder
Line 4: Install all dependencies
Line 5: Create your .env file and generate a fresh key
You may run into a composer memory issue. Instead of running composer update
run:
COMPOSER_MEMORY_LIMIT=-1 composer update
php please make:user
Make it a superuser if you want to grant overall access.
More information: Statamic documentation​
This step is optional.
The TailwindCSS included in this kit is compiled with PurgeCSS to reduce filesize on any unused classes and selectors. If you want to modify anything, just recompile it.
npm i && npm run dev
To compile for production:
npm run production
If you're using Laravel Valet (or similar), your site should be available at http://butik.test
.
You can access the control panel to edit your shop at http://butik.test/cp
. Login with your new user to do so.
The next step is the configuration of your shop.
Use our preset design or customize it according to your needs.
We hope you will have a positive experience using butik and enjoy its results.
​Get in touch​