Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.