adding new page #7

Closed
RomanGolienko wants to merge 0 commits from RomanGolienko/Roman_applicant-site:main into main
Collaborator
No description provided.
RomanGolienko added 1 commit 2024-01-23 15:47:41 +03:00
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (pull_request) Failing after 2m5s Details
Tests & Lint & Deploy to Railway / deploy (8.1) (pull_request) Has been skipped Details
bfcb9cdba2
adding new page
RomanGolienko added 1 commit 2024-01-23 15:50:43 +03:00
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (pull_request) Failing after 1m58s Details
Tests & Lint & Deploy to Railway / deploy (8.1) (pull_request) Has been skipped Details
f8155f2557
fixing previous commit
aslan approved these changes 2024-01-23 15:56:09 +03:00
@ -29,3 +34,2 @@
foreach ($arr[1] as $el) {
if (strpos($el, 'http') !== 0) {
$content = str_replace($el,'https://mkgtu.ru'.$el,$content);
if (!str_contains($el, 'https://')){
Owner
https://www.php.net/manual/en/function.str-starts-with.php
aslan marked this conversation as resolved
@ -0,0 +12,4 @@
$page = "https://mkgtu.ru/postuplenie/priemnaya-kampaniya/spetsialitet-magistratura-2022/";
Owner

move in service level

move in service level
aslan marked this conversation as resolved
RomanGolienko added 1 commit 2024-01-24 13:30:35 +03:00
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (pull_request) Failing after 1m54s Details
Tests & Lint & Deploy to Railway / deploy (8.1) (pull_request) Has been skipped Details
05fbca2353
adding new method to PageScrapper, adding new page
aslan approved these changes 2024-01-24 14:33:11 +03:00
routes/web.php Outdated
@ -38,6 +38,14 @@ Route::get('/web-consultations', function () {
return view('menu.abitur.web-consultations');
})->name('web-consultations');
Route::get('/spetsialitet-magistratura', function () {
Owner

specialty-magistracy

specialty-magistracy
aslan marked this conversation as resolved
routes/web.php Outdated
@ -41,0 +42,4 @@
return view('menu.abitur.spetsialitet-magistratura');
})->name('spetsialitet-magistratura');
Route::get('/kolledzh', function () {
Owner

college

college
aslan marked this conversation as resolved
RomanGolienko added 1 commit 2024-01-24 15:23:35 +03:00
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (pull_request) Failing after 1m57s Details
Tests & Lint & Deploy to Railway / deploy (8.1) (pull_request) Has been skipped Details
dee85023d4
new pages, renaming routes
aslan closed this pull request 2024-01-24 15:40:18 +03:00
aslan reopened this pull request 2024-01-24 15:40:22 +03:00
aslan self-assigned this 2024-01-24 15:43:01 +03:00
aslan approved these changes 2024-01-24 15:44:51 +03:00
aslan closed this pull request 2024-01-24 15:52:57 +03:00
Some checks failed
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (pull_request) Failing after 1m57s
Tests & Lint & Deploy to Railway / deploy (8.1) (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aslan/applicant-site#7
No description provided.