Skip to content

Conversation

@Doncellup
Copy link
Contributor

No description provided.

@Doncellup Doncellup changed the title Doncellup patch 1 Add Trello css/logo --- Improve Youtube css/logo Jul 28, 2022
@JulianPrieber
Copy link
Member

Looking good 👍

https://update.littlelink-custom.com/misc/trello_yt.html

@JulianPrieber
Copy link
Member

Gonna merge this in a sec

@JulianPrieber
Copy link
Member

Just for the record, if a new button is added, it has to be added to the database as well to show up on the Admin Panel.

This new entry has to be added to the file: /database/seeders/ButtonSeeder.php.
The updater will then add all these entries to the database on update.

I added the entry for the Trello button with this commit -> 7dff61c

@JulianPrieber JulianPrieber merged commit a17be81 into LinkStackOrg:main Jul 28, 2022
@Doncellup
Copy link
Contributor Author

Ah and little question: how can I update llc so that my improvements are effective for me?

@JulianPrieber
Copy link
Member

Clone the repository to your local machine and run the following commands:

composer update -vvv

php artisan migrate
php artisan db:seed 
php artisan db:seed --class="AdminSeeder"
php artisan db:seed --class="PageSeeder"
php artisan db:seed --class="ButtonSeeder"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants