- (If on Windows) Install and lanch WSL: https://docs.microsoft.com/en-us/windows/wsl/install
- Install Docker: https://docs.docker.com/get-docker/
- Clone the repository: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
- Enter the project directory inside terminal:
cd cyf-resources
- Copy .env.example and rename to .env:
cp .env.example .env
- Initialize Laravel Sail: https://laravel.com/docs/8.x/sail#installing-composer-dependencies-for-existing-projects
- Start Sail:
./vendor/bin/sail up -d
- Generate app key:
./vendor/bin/sail artisan key:generate
- Run migrations:
./vendor/bin/sail artisan migrate --seed
- Run npm scripts:
./vendor/bin/sail npm install && ./vendor/bin/sail npm run dev
- You can visit http://localhost/
-
Notifications
You must be signed in to change notification settings - Fork 0
deonix37/cyf-resources
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published