creatorlinks
creatorlinks copied to clipboard
An open source, self-hosted links landing page
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...
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,...
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`...
Update README file to include more detailed setup instructions to get the development environment up and running.
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...
Create a basic view for the main page with Bulma CSS. This should replace the `resources/views/index.blade.php` placeholder page.
This is the most important view, because it shows the user's links.
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...