- PHP ^8.1
-
Download or clone the repository
git clone [email protected]:rosphrethic/artemis.git
-
Install packages
composer install
-
Create your environment file
cp .env.example .env
-
Generate project key
php artisan key:generate
-
Create storage folder link
php artisan storage:link
-
Configure your environment file and do not forget the following variables
APP_NAME=Artemis APP_URL=http://artemis.test
-
Run migrations
php artisan migrate:fresh --seed
-
Link Valet
valet link
To access the project, go to:
http://artemis.test
Log in with the following credentials:
Administrator User
email: [email protected]
password: password