{"id":30050521,"url":"https://github.com/engsahaly/laravel_testing_series_pest_php","last_synced_at":"2026-05-18T02:33:47.897Z","repository":{"id":306883983,"uuid":"1014131515","full_name":"engsahaly/Laravel_testing_series_pest_php","owner":"engsahaly","description":"Laravel Testing Series Part 2: Mastering Pest PHP Course Files on Udemy","archived":false,"fork":false,"pushed_at":"2025-07-28T06:57:51.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-07T14:02:06.874Z","etag":null,"topics":["feature-testing","laravel","laravel-framework","pest","pestphp","phpunit","testing","unit-testing"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/mastering-pest-php/?referralCode=7A96B8871AFE99D9D519","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engsahaly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-05T05:41:03.000Z","updated_at":"2025-07-29T15:37:06.000Z","dependencies_parsed_at":"2025-07-28T08:44:19.820Z","dependency_job_id":"7fea59d4-bc71-4787-b478-d54193e8c7bf","html_url":"https://github.com/engsahaly/Laravel_testing_series_pest_php","commit_stats":null,"previous_names":["engsahaly/laravel_testing_series_pest_php"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/engsahaly/Laravel_testing_series_pest_php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2FLaravel_testing_series_pest_php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2FLaravel_testing_series_pest_php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2FLaravel_testing_series_pest_php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2FLaravel_testing_series_pest_php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engsahaly","download_url":"https://codeload.github.com/engsahaly/Laravel_testing_series_pest_php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2FLaravel_testing_series_pest_php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269268944,"owners_count":24388572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["feature-testing","laravel","laravel-framework","pest","pestphp","phpunit","testing","unit-testing"],"created_at":"2025-08-07T14:00:58.902Z","updated_at":"2026-05-18T02:33:47.868Z","avatar_url":"https://github.com/engsahaly.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Laravel Testing Series Part 2: Mastering Pest PHP Course Files on Udemy\n\n\u003cimg src=\"https://img-c.udemycdn.com/course/750x422/6740595_9644.jpg\"\u003e \n\n**Created By :** Mahmoud Anwar\n**Email :** Engsahaly@gmail.com\n\nThis is the main readme file for the code used in laravel testing Series Part 2 using Pest PHP course on Udemy\n\n## Installation\n\nTo get started, clone this repository.\n\n```\ngit clone https://github.com/engsahaly/Laravel_testing_series_pest_php.git\n```\n\nNext, copy your `.env.example` file as `.env` and configure your Database connection.\n\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=YOUR-DATABASE-NAME\nDB_USERNAME=YOUR-DATABASE-USERNAME\nDB_PASSWORD=YOUR-DATABASE-PASSWROD\n```\n\n## Run Packages and helpers\n\nYou have to all used packages and load helpers as below.\n\n```\ncomposer install\nnpm install\nnpm run build\n```\n\n## Generate new application key\n\nYou have to generate new application key as below.\n\n```\nphp artisan key:generate\n```\n\n## Run Migrations and Seeders\n\nYou have to run all the migration files included with the project and also run seeders as below.\n\n```\nphp artisan migrate\nphp artisan db:seed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengsahaly%2Flaravel_testing_series_pest_php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengsahaly%2Flaravel_testing_series_pest_php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengsahaly%2Flaravel_testing_series_pest_php/lists"}