Skip to content

Commit

Permalink
docs: docs: fix link [23]
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored and gitbook-bot committed Jul 4, 2024
1 parent e5a92b6 commit fcc8b4c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/general/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Before you begin, ensure your development environment meets the following requir
* [`yiisoft/yii-cycle`](https://github.com/yiisoft/yii-cycle) — official Cycle ORM adapter for the [Yii 3](https://www.yiiframework.com)
* [`wayofdev/laravel-cycle-orm-adapter`](https://github.com/wayofdev/laravel-cycle-orm-adapter) — package managed by [@wayofdev](https://github.com/wayofdev) for the [Laravel](https://laravel.com) 10.x or higher.



### 💿 Installation

The preferred way to install this package is through [Composer](https://getcomposer.org/).
Expand All @@ -23,13 +21,11 @@ composer require cycle/active-record

After package install you need to, optionally, register bootloader / service-provider in your application.



### 🔧 Framework-Specific Configuration

#### → Spiral Framework

If you are installing the package on the Spiral Framework with the \[spiral-packages/discoverer]\(https://github.com/spiral-packages/discoverer) package, then you don't need to register Bootloader by yourself. It will be registered automatically.
If you are installing the package on the Spiral Framework with the [spiral-packages/discoverer](https://github.com/spiral-packages/discoverer) package, then you don't need to register Bootloader by yourself. It will be registered automatically.

Otherwise, update the Bootloader list in your application configuration:

Expand Down Expand Up @@ -81,8 +77,6 @@ This package uses [PSR-11](https://www.php-fig.org/psr/psr-11/) compatible `cont
\Cycle\ActiveRecord\Facade::setContainer($container);
```



### 🧐 Verifying Installation

To verify that Cycle Active Record has been installed correctly, you can [create a simple entity](../active-entities/defining-entities.md) and try to use it. If no errors occur, the installation was successful.
Expand Down

0 comments on commit fcc8b4c

Please sign in to comment.