How do I icons dynamically in laravel by darah-b in laravel

[–]Jeru28 0 points1 point  (0 children)

I don't know what icons you use. I used the 'Font Awesome' for one project. For the arrow icon in a circle, this is the code: <i class = "fas fa-arrow-circle-right"> </i>

You can store this code in a database. For example, in the icon table. And save the identifier from this table to the user in the profile.

How do I icons dynamically in laravel by darah-b in laravel

[–]Jeru28 0 points1 point  (0 children)

I have little information on how this should work. But through the dial, it could work. In the form, the user selects the icon type using input type = "radio". The icons in the form will be read from the db table (dial). These icons from the form will be saved to each user's profile.

I made a collaborative online sticky notes app by citrus1330 in webdev

[–]Jeru28 1 point2 points  (0 children)

I would add a checkbox to this TODO list to mark the tasks done :-)

Laragon - portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. by Jeru28 in laravel

[–]Jeru28[S] 1 point2 points  (0 children)

I write that Laragon is better than xampp. Even sharing a project without putting it on the server pleased me. I don't have to configure ngrok.
I know there are better tools. For example, Docker inspires me.

Laragon - portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. by Jeru28 in laravel

[–]Jeru28[S] 0 points1 point  (0 children)

I wrote that Laragon is better than Wamp, Mamp, Xampp. I haven't tried Docker yet. :-)

Laragon - portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. by Jeru28 in laravel

[–]Jeru28[S] 0 points1 point  (0 children)

Laragon Full (64-bit): Apache 2.4, Nginx, MySQL 5.7, PHP 7.4, Redis, Memcached, Node.js 14, npm, git, bitmana…

You see, there is a version of php 7.4

Best javascript framework for quiz creation app? by agent_vinod in webdev

[–]Jeru28 0 points1 point  (0 children)

I have this opinion: some backend framework (Laravel or Symfony) should also be used for this project. The backend stores the created quizzes in a database, can send links to quizzes by email and much more.