• chevron_right

      Join Movim is live! Laravel HEAVY BLACK HEART

      Timothée Jaussoin · Monday, 10 April, 2023 - 13:03 edit

    All the #Movim tools behind Join Movim are developed using Laravel. To add those new feature I had to upgrade from Laravel 7 to 10, it only took me ~30min to do so. The rest of the features were developed in a few hours.

    Laravel Logo

    Movim is running on a totally custom framework but also reuse some #Laravel pieces such as Eloquent, the Laravel ORM and the ReactPHP suite.

    Laravel is an awesome framework, light and opinionated (you have often only one way of solving something which keeps things simple). If you are looking for a cool base to build your website just try it out, I'm sure you'll love it 😊



    • reply chevron_right

      Introducing Join Movim!

      We are happy to introduce Join Movim 🥳 Discover and explore all the existing public Movim servers and add yours to expand even more the federated network 🌍 ! An up-to-date Movim instance is required if you want to add yours to the list. The registration process is quite straightforward. The servers list is refreshed each hour. #Movim #XMPP #federation #join

      group_work Movim 10 April, 2023

    • chevron_right

      SonarQube

      pubsub.slavino.sk / warlord0blog · Saturday, 6 August, 2022 - 17:06 edit

    Code quality and code security https://www.sonarqube.org I found this very useful in scanning my code and pointing out some basic quality and security improvements I could make. It helps you learn best practices and teaches you what not to do.

    Značky: #Linux, #php, #JavaScript, #Laravel

    • chevron_right

      Components, props and emit events

      pubsub.slavino.sk / warlord0blog · Saturday, 6 August, 2022 - 14:58 edit

    One of the things that trips me up is writing Vue components and passing in parameters and returning results. It’s a one way process in the main. You can pass data into a component, but it doesn’t return anything unless you emit and event that returns something. There are a few online tutorials that explain &ellipsisRead the full post »

    Značky: #vue.js, #JavaScript, #Linux, #Laravel

    • chevron_right

      Laravel and Vue.js

      pubsub.slavino.sk / warlord0blog · Monday, 30 May, 2022 - 08:31 edit

    I tried to pick up where I left off with my Laravel skills. I began with some vuejs pages and wrote the api to feed the data to them using axios. It took me a while to get an authenticated version of the api’s working. I added in bearer authentication using tokens, as I used &ellipsisRead the full post »

    Značky: #Laravel, #Web, #Linux

    • chevron_right

      Relearning Laravel

      pubsub.slavino.sk / warlord0blog · Tuesday, 24 May, 2022 - 20:40 edit

    I feel like the past few days have been quite a battle. Mostly in terms of my memory and trying to remember what I did with Laravel and how I can re-establish a functional development system for it. My main aims have been to build a project for LDAP authentication using Vue.js. For this I &ellipsisRead the full post »

    Značky: #webpack, #php, #vue.js, #Linux, #Laravel, #Web

    • chevron_right

      Laravel Jetstream and OpenLDAP

      pubsub.slavino.sk / warlord0blog · Saturday, 21 May, 2022 - 12:53 edit

    It’s been a very long time since I did anything with Laravel. I found another job around the time of Laravel 6, and today they are up to Laravel 9 – much has changed. I was keen to look at using Laravel with LDAP both for authentication and management. Building the App First, I had &ellipsisRead the full post »

    Značky: #Laravel, #php, #tailwindcss, #JavaScript, #Linux, #LdapRecord, #Web