Skip to content

Commit 8fa6729

Browse files
authored
Merge branch 'main' into add_workflow_ffprobe
2 parents baa63fb + c2734f9 commit 8fa6729

5 files changed

Lines changed: 53 additions & 2 deletions

File tree

specs/laravel/laravel_install_nova.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: Install Laravel Sail using Composer
2+
name: Install Laravel Nova using Composer
33
command: 'composer config repositories.nova ''{"type": "composer", "url": "https://nova.laravel.com"}'' --file composer.json && composer require laravel/nova && composer update --prefer-dist'
44
tags:
55
- composer
66
- laravel
77
- php
8-
description: Install Laravel Sail using Composer
8+
description: Install Laravel Nova using Composer
99
arguments: []
1010
source_url: "https://nova.laravel.com/docs/4.0/installation.html"
1111
author: Rob Mellett
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Check all the requirements to develop and run Symfony application locally
3+
command: symfony check:requirements
4+
tags:
5+
- symfony
6+
- php
7+
description: Check all the tools you need to develop and run your Symfony application locally
8+
arguments: []
9+
source_url: "https://symfony.com/doc/current/setup.html#technical-requirements"
10+
author: Łukasz Jakutowicz
11+
author_url: "https://github.com/lukaszjakutowicz"
12+
shells: []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Check security issues in Symfony project dependencies
3+
command: symfony check:security
4+
tags:
5+
- symfony
6+
- php
7+
description: Check security issues in Symfony project dependencies
8+
arguments: []
9+
source_url: "https://symfony.com/doc/current/setup.html#checking-security-vulnerabilities"
10+
author: Łukasz Jakutowicz
11+
author_url: "https://github.com/lukaszjakutowicz"
12+
shells: []
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Create a new Symfony project
3+
command: "symfony new {{project_name}}"
4+
tags:
5+
- symfony
6+
- php
7+
description: Create a new Symfony project
8+
arguments:
9+
- name: project_name
10+
description: Name of project
11+
default_value: my-app
12+
source_url: "https://symfony.com/doc/current/setup.html#creating-symfony-applications"
13+
author: Łukasz Jakutowicz
14+
author_url: "https://github.com/lukaszjakutowicz"
15+
shells: []
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Start Symfony local web server
3+
command: symfony server:start
4+
tags:
5+
- symfony
6+
- php
7+
description: Start Symfony local web server
8+
arguments: []
9+
source_url: "https://symfony.com/doc/current/setup/symfony_server.html"
10+
author: Łukasz Jakutowicz
11+
author_url: "https://github.com/lukaszjakutowicz"
12+
shells: []

0 commit comments

Comments
 (0)