A Stremio Addon Template in Laravel PHP
- Click the "Use this template" button on the top of this page to create a new project.
- Clone your new repository
- Run
composer install && npm install && composer run post-root-package-install && composer run post-create-project-cmd
- If you have Docker installed, you can run
./vendor/bin/sail up
to run the application locally (see Laravel Sail) - Just add your content to AddonController.php.
The addon routes are predefined in routes/addon.php, there should be no need to change them.
Found a bug? Please open an issue or pull request 😃