Code Monkey home page Code Monkey logo

aloia-cms-gui's Introduction

Welcome ๐Ÿ‘‹

I'm Roelof Jan from Groningen, The Netherlands. I'm a backend developer with 7 years of experience building and maintaining websites and platforms.

I'm currently working on a few projects:

  • โšก Aloia CMS: A flat-file CMS for Laravel
  • ๐ŸŒฑ Plant care for Beginners: A resource to help people care for their plants
  • ๐Ÿ”ญ CRO-tool: Use psychological theories to improve your CRO experiments

๐Ÿ–ฅ๏ธ I'm blogging about tech / programming on my personal website

๐Ÿ‘‹ You can hire me for freelance projects, so if you're looking for help with:

  • PHP
  • Laravel
  • Docker
  • Golang

Contact me and let's work together!

aloia-cms-gui's People

Contributors

dependabot[bot] avatar happytodev avatar roelofjan-elsinga avatar stylecibot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

happytodev

aloia-cms-gui's Issues

Accounts folder is missing

The folder accounts in storage/app is missing which gives the following error on the php artisan aloiacmsgui:create:account command

 ErrorException 

  file_put_contents(/Users/jessedeboer/Websites/cms/example-app/storage/app/accounts/jesse.json): Failed to open stream: No such file or directory

  at vendor/roelofjan-elsinga/aloia-cms-gui/src/Console/CreateAccount.php:62
     58โ–•         }
     59โ–• 
     60โ–•         file_put_contents(
     61โ–•             "{$file_path}/{$user_name}.json",
  โžœ  62โ–•             json_encode($user, JSON_PRETTY_PRINT)
     63โ–•         );
     64โ–• 
     65โ–•         $this->info("Created new user account: {$user_name}");
     66โ–•     }

      +14 vendor frames 
  15  artisan:37
      Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

Installation files on new Laravel project

The installation fails with this error:

Problem 1
- roelofjan-elsinga/aloia-cms-gui[3.6.0, ..., 3.6.1] require illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires roelofjan-elsinga/aloia-cms-gui ^3.6 -> satisfiable by roelofjan-elsinga/aloia-cms-gui[3.6.0, 3.6.1].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require roelofjan-elsinga/aloia-cms-gui:*" to figure out if any version is installable, or "composer require roelofjan-elsinga/aloia-cms-gui:^2.1" if you know which you need.

Steps:

create a new Laravel 9 project
install the aloia-cms package
then install the aloia-cms-ui package

Undocumented requirements

Installation requires PHP 7.4 for example which is undocumented

`Your requirements could not be resolved to an installable set of packages.

Problem 1
- roelofjan-elsinga/aloia-cms-gui[3.5.0, ..., 3.5.1] require illuminate/support ^6.0|^7.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require.
- roelofjan-elsinga/aloia-cms-gui 3.6.0 requires php >=7.4 -> your php version (7.3.21) does not satisfy that requirement.
- Root composer.json requires roelofjan-elsinga/aloia-cms-gui ^3.5 -> satisfiable by roelofjan-elsinga/aloia-cms-gui[3.5.0, 3.5.1, 3.6.0].

Installation failed, reverting ./composer.json and ./composer.lock to their original content.`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.