laravel / folio

Page based routing for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command "folio:make" is not defined

cleptric opened this issue · comments

Folio Version

v1.0.0-beta.1

Laravel Version

10.16.0

PHP Version

8.2.8

Description

❯ laravel (production) ✘ php artisan folio:make user/profile

   ERROR  Command "folio:make" is not defined. Did you mean one of these?

  ⇂ folio:install
  ⇂ folio:list

Steps To Reproduce

I followed the steps in the README

composer require laravel/folio:^1.0@beta
php artisan folio:install

It turns out to be a documentation issue only, I'll open a PR!

The command is actually make:folio - the docs are wrong it seems.