{"id":20055800,"url":"https://github.com/truemedia/lwap","last_synced_at":"2025-11-26T15:01:13.458Z","repository":{"id":137916423,"uuid":"92093182","full_name":"Truemedia/lwap","owner":"Truemedia","description":"Source code for building a laravel website as package (LWAP), from tutorial series by me (Wade Penistone)","archived":false,"fork":false,"pushed_at":"2017-08-01T20:02:15.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T09:30:57.711Z","etag":null,"topics":["as","composer","development","laravel","lwap","package","parts","series","tutorial","website"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/playlist?list=PL16aYxMS6PIIjJsD4kWWUV4U_CGpSjUEd","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Truemedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-05-22T19:46:48.000Z","updated_at":"2020-08-02T15:54:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"8485fdea-ea85-41f0-a2c4-a4bf2291d754","html_url":"https://github.com/Truemedia/lwap","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/Truemedia/lwap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Truemedia%2Flwap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Truemedia%2Flwap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Truemedia%2Flwap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Truemedia%2Flwap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Truemedia","download_url":"https://codeload.github.com/Truemedia/lwap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Truemedia%2Flwap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-26T02:00:06.075Z","response_time":193,"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":["as","composer","development","laravel","lwap","package","parts","series","tutorial","website"],"created_at":"2024-11-13T12:49:33.120Z","updated_at":"2025-11-26T15:01:13.419Z","avatar_url":"https://github.com/Truemedia.png","language":"CSS","readme":"# LWAP (Laravel website as package) #\n## Source code from tutorial series by Wade Penistone ##\n\nThis is the source code built alongside a video series covering this practice of building websites:\n\nhttps://www.youtube.com/playlist?list=PL16aYxMS6PIIjJsD4kWWUV4U_CGpSjUEd\n\n### Installation ###\n\nAdd the following to the 'repositories' inside your `composer.json` located in the root folder of a Laravel instance (Create repositiories as key if it does not exist with value set as square brackets)\n\n```\n{\n    \"type\": \"vcs\",\n    \"url\": \"git@github.com:Truemedia/lwap.git\"\n}\n```\n\nThen run the following command/s in your VM inside the root directory of the site\n\n    composer require truemedia/lwap:dev-master --prefer-source\n\n#### Then... (Only for Laravel \u003c 5.5) ####\n\nAdd the following line to `config/app.php` inside the 'providers' array to use the service provider\n\n\tTruemedia\\Lwap\\LwapServiceProvider::class,\n\nUpdate composer\n\n\tcomposer update\n\nAlter webpack.mix.js (root directory)\n\n    From: mix.js('resources/assets/js/app.js', 'public/js')\n\n    To: mix.js('vendor/truemedia/lwap/src/resources/assets/js/app.js', 'public/js')\n\nPublish assets\n\n    php artisan vendor:publish\n\nCompile assets\n\n    npm run dev\n\nRun migrations\n\n    php artisan migrate\n\n### Usage ###\n\nTo be updated\n\n### Tests ###\n\nTo be updated\n\n### Tools ###\n\nTo be updated\n\n### Credits ###\n\nWade Penistone (@Truemedia) - 2017\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruemedia%2Flwap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruemedia%2Flwap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruemedia%2Flwap/lists"}