creatorlinks icon indicating copy to clipboard operation
creatorlinks copied to clipboard

An open source, self-hosted links landing page

Results 11 creatorlinks issues
Sort by recently updated
recently updated
newest added

Added in step to install PHP Composer dependencies. This step was missing causing errors when following the guide above.

According to #12, the table with the list of links must be updated after a new link be saved

Allow users to change the background color or upload a background image to their links page. Then, it would be interesting to also allow for changing the "theme" / style...

backend
frontend

Include a note about the project being open source or a "fork me on github" kind of button / link pointing to the project's repository. Should be discreet on mobile,...

good first issue
frontend

With a little more structure, we can have multiple lists of links per user. We'll need to create a dashboard section for link collections, and let the default route `/username`...

enhancement
php
backend

Update README file to include more detailed setup instructions to get the development environment up and running.

documentation
good first issue

When including a new link in the dashboard, the table with the list of links is not updated. This can be done by creating an [event listener]() on the Livewire...

good first issue
php
backend
livewire

Create a basic view for the main page with Bulma CSS. This should replace the `resources/views/index.blade.php` placeholder page.

coding
css
html
frontend

This is the most important view, because it shows the user's links.

coding
css
html
frontend

Set up documentation. Priorities: - About - Contributing.md file - **How to set up the development environment** - How to deploy to production on App Platform and other methods (less...

documentation