Projects
This repository is used for testing usages of the new Directus version.
Requirements
- PHP >=7.3
- Composer
Installation
Navigate to a directory that you want to work on
Clone the api-next repository into an api-next
Yes, it's mandatory for the directory to be named
api-next(symlink reference)
git clone https://github.com/directus/api-next.git api-next
Clone this repository into a directory in the same level as api-next
git clone https://github.com/directus/api-next-projects.git api-next-projects
The directory structure should look like this:
/some/directory/api-next/...
/some/directory/api-next-projects/...
Speed the installation process (optional, one-time only)
composer global require hirak/prestissimo
Install api-next dependencies
cd api-next
composer install
Install api-next-projects dependencies
cd ../api-next-projects
composer install
Running
php artisan serve