Adding Fullcalendar to your application with Laravel Mix

blah

***important - Do not attempt to complete the following blog post without first having set up npm and laravel mix. A good description of how to do this is in this post https://www.learnlaravel.net/953/adding-a-star-rating-system-to-your-application-step-4-adding-the-star-rating-component/.*** Once you are using Laravel mix to keep your plugins organised you will want to use it everywhere. Earlier we demonstrated an [...]

Read More...

>

Adding multiple Images for an Entity - Step 1 - Creating a database table form to allow for multiple images to be uploaded.

blah

If an entity (a person or an item) needs to have multiple images for each item then you will need an extra database entity and model to store those images. In the following example, we imagine a situation where each member of the tennis club can upload multiple images of themselves. Firstly, we need a [...]

Read More...

>