{"id":22945205,"url":"https://github.com/danilomeneghel/angularjs_laravel","last_synced_at":"2026-04-12T15:03:23.926Z","repository":{"id":130120991,"uuid":"131067268","full_name":"danilomeneghel/angularjs_laravel","owner":"danilomeneghel","description":"API CRUD in PHP with AngularJS and Laravel","archived":false,"fork":false,"pushed_at":"2018-11-19T14:43:59.000Z","size":2702,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T14:24:50.680Z","etag":null,"topics":["angularjs","bootstrap","jquery","js","json","laravel","php"],"latest_commit_sha":null,"homepage":"http://angularjs-laravel.herokuapp.com/","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/danilomeneghel.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":"2018-04-25T21:46:46.000Z","updated_at":"2022-10-27T14:42:42.000Z","dependencies_parsed_at":"2023-03-26T02:18:03.033Z","dependency_job_id":null,"html_url":"https://github.com/danilomeneghel/angularjs_laravel","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/danilomeneghel%2Fangularjs_laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fangularjs_laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fangularjs_laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fangularjs_laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danilomeneghel","download_url":"https://codeload.github.com/danilomeneghel/angularjs_laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246716894,"owners_count":20822536,"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":["angularjs","bootstrap","jquery","js","json","laravel","php"],"created_at":"2024-12-14T14:30:02.405Z","updated_at":"2025-10-26T22:18:26.049Z","avatar_url":"https://github.com/danilomeneghel.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel AngularJS\n\nProject developed with the Laravel Framework 5 and AngularJS 1.5.\n\n## Features\n\n- OAuth\n- Login with E-mail, Google, Facebook, Twitter or GitHub\n- Routes\n- API CRUD\n- Filter\n- Pagination\n- View Blade\n- Responsive\n\n## Requirements\n\n- Apache\n- PHP \u003e= 5.5.9\n- MySql \u003e=5\n- Composer\n\n## Tecnologies\n\n- PHP\n- JS\n- Jquery\n- Json\n- AngularJS\n- CSS and SCSS\n- Bootstrap\n- Composer\n- Artisan\n\n## Installation\n\n```\n$ git clone https://github.com/danilomeneghel/angularjs_laravel.git\n\n$ cd angularjs_laravel\n\n$ composer install\n```\n\nThen create a database with name angularjs_laravel in your mysql.\nThen run the following commands:\n\n```\n$ mysql -u \u003cyour user\u003e -p \u003cyour password\u003e\n\nmysql\u003e create database `angularjs_laravel`;\n```\n\nBack to terminal, check if the .env file has the correct data to connect to the database and run Artisan:\n\n```\n$ php artisan key:generate\n\n$ php artisan migrate\n\n$ php artisan db:seed\n```\n\nAfter everything is done, run the project:\n\n```\n$ php artisan serve\n```\n\nFinally open http://localhost:8000/ in your browser.\n\n## Social Login\n\nTo set up login with social networks, follow the steps below:\n\n```\nFB_ID=app-id-here\nFB_SECRET=app-secret-here\n\nTW_ID=app-id-here\nTW_SECRET=app-secret-here\n\nGL_ID=app-id-here\nGL_SECRET=app-secret-here\n\nGH_ID=app-id-here\nGH_SECRET=app-secret-here\n```\n\nMake sure you set correct redirect url in dev console of providers. It should be like `env('APP_URL') . '/oauth/twitter/callback'` format. \n\n## Demonstration\n\nhttp://angularjs-laravel.herokuapp.com/ \u003cbr\u003e\n\n- Login\n\t- Email: admin@admin.com\n\t- Password: admin123\n\n## License\n\nLaravel Admin is licensed under \u003ca href=\"LICENSE\"\u003eThe MIT License (MIT)\u003c/a\u003e.\n\n## Screenshots\n\n![Screenshots](screenshots/screenshot01.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot02.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot03.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot04.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot05.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot06.png)\u003cbr\u003e\u003cbr\u003e\n\n\nDeveloped by\u003cbr\u003e\nDanilo Meneghel\u003cbr\u003e\ndanilo.meneghel@gmail.com\u003cbr\u003e\nhttp://danilomeneghel.github.io/\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilomeneghel%2Fangularjs_laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilomeneghel%2Fangularjs_laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilomeneghel%2Fangularjs_laravel/lists"}