{"id":14974449,"url":"https://github.com/lehoangduc/wl-bootstrap","last_synced_at":"2025-10-27T09:30:23.338Z","repository":{"id":144048037,"uuid":"85049148","full_name":"lehoangduc/wl-bootstrap","owner":"lehoangduc","description":"Integrating Laravel into WordPress","archived":false,"fork":false,"pushed_at":"2019-06-21T16:06:33.000Z","size":6,"stargazers_count":51,"open_issues_count":0,"forks_count":14,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-30T07:29:49.634Z","etag":null,"topics":["bootstrap","laravel","laravel5","php-library","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/lehoangduc.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}},"created_at":"2017-03-15T08:43:52.000Z","updated_at":"2024-02-24T07:33:16.000Z","dependencies_parsed_at":"2024-01-07T01:17:59.289Z","dependency_job_id":"dafc29ef-e69a-47f1-acac-9b436adaf925","html_url":"https://github.com/lehoangduc/wl-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fwl-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fwl-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fwl-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fwl-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lehoangduc","download_url":"https://codeload.github.com/lehoangduc/wl-bootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238471944,"owners_count":19478133,"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","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":["bootstrap","laravel","laravel5","php-library","wordpress","wordpress-plugin"],"created_at":"2024-09-24T13:50:34.820Z","updated_at":"2025-10-27T09:30:23.018Z","avatar_url":"https://github.com/lehoangduc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"WordPress Laravel Bootstrap\n======\n\n\u003e A WordPress plugin helps you use functions, methods, libraries of Laravel in any WordPress projects\n\n## Requiments\n\n- Laravel \u003e= 5.2\n- WordPress \u003e= 4.6\n\n## Installation\n\n- Copy \"wl-bootstrap\" folder into \"wp-content/plugins\"\n- Define Laravel source code path in \"wp-config.php\" as a constant:\n\n```\ndefine('LARAVEL_PATH', '/srv/www/laravel-example-project'); // Make sure this is pointed to same server\n```\n\n## Usage\n\nYou can use all codes in your Laravel project, build Single Sign On with less effort on same/subdomain and so on... \n\n```php\n\u003c?php\n\n// Helper\n$array = array_add(['name' =\u003e 'Desk'], 'price', 100);\n\n// Session\nsession(['chairs' =\u003e 7, 'instruments' =\u003e 3]);\n\n// Authentication\nAuth::check();\n\n// Query Builder\n$users = DB::table('users')-\u003eget();\n\n// Eloquent\n$flights = App\\Flight::where('active', 1)\n               -\u003eorderBy('name', 'desc')\n               -\u003etake(10)\n               -\u003eget();\n\n```\n\n## Contributing\n\nAll contributions are welcome to help improve WL-Bootstrap.\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2017-present, Golr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flehoangduc%2Fwl-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flehoangduc%2Fwl-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flehoangduc%2Fwl-bootstrap/lists"}