{"id":13990395,"url":"https://github.com/unicodeveloper/laravel-exam","last_synced_at":"2025-04-22T22:05:10.087Z","repository":{"id":87983860,"uuid":"56755351","full_name":"unicodeveloper/laravel-exam","owner":"unicodeveloper","description":":books: :memo: A Laravel exam with questions from beginner to expert curated by @unicodeveloper ","archived":false,"fork":false,"pushed_at":"2016-05-05T21:49:19.000Z","size":10,"stargazers_count":178,"open_issues_count":1,"forks_count":53,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-02-04T19:49:40.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/unicodeveloper.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}},"created_at":"2016-04-21T08:15:51.000Z","updated_at":"2024-10-05T03:54:17.000Z","dependencies_parsed_at":"2023-03-13T18:34:46.039Z","dependency_job_id":null,"html_url":"https://github.com/unicodeveloper/laravel-exam","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/unicodeveloper%2Flaravel-exam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-exam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-exam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unicodeveloper%2Flaravel-exam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unicodeveloper","download_url":"https://codeload.github.com/unicodeveloper/laravel-exam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230541,"owners_count":20744349,"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":[],"created_at":"2024-08-09T13:02:39.896Z","updated_at":"2025-03-29T19:13:01.807Z","avatar_url":"https://github.com/unicodeveloper.png","language":null,"readme":"# laravel-exam\n\u003e A Laravel 5.x exam from beginner to expert created by [@unicodeveloper](https://twitter.com/unicodeveloper)\n\n* What is Laravel?\n* How do I install Laravel, talk about the different ways?\n* What is MVC architecture?\n* What is a Service Provider?\n* What is a Service Container?\n* What is a Facade?\n* What is a Schema?\n* What is a Job?\n* What are Events?\n* What is an Observer?\n* What are Policies?\n* What are helper functions and name 10 with their purposes?\n* What is Method Spoofing?\n* What is CSRF Protection in Laravel?\n* How do I turn off CSRF Protection?\n* What are Contracts?\n* What are Collections?\n* What are Model Factories?\n* What are Route Parameters?\n* What is a named route?\n* What is the default session timeout duration and how can it be set?\n* What are Accessors and Mutators in Eloquent and why should you use them?\n* What is Attribute Casting and how does it work in Eloquent?\n* How do I register a middleware?\n* How do I register a Service Provider?\n* How do I register an Artisan Command?\n* How does the IOC (Inversion of Control) Container work?\n* How do I use sub-domain routing?\n* How do I make all of my forms Bootstrap opinionated?\n* How do I setup localization for an application? \n* How do I see all defined routes?\n* What is a terminable Middleware?\n* What is a Controller Middleware?\n* How do I make a Middleware to be run during every HTTP Request to an application?\n* How do I use Eloquent to get a list of comments with one author each avoiding N+1 queries?\n* How do I set up the Eloquent relationships between the aforementioned comments and authors, including creating the schema design?\n* How do I add a 3rd party package to your application like [laravel-emoji](https://github.com/unicodeveloper/laravel-emoji)?\n* Describe your process if you had to build and maintain a 3rd party package like [laravel-identify](https://github.com/unicodeveloper/laravel-identify)?\n* Describe a situation where creating custom artisan commands might be very handy.\n* How do I perform dependency injection in Laravel?\n* How do I require authentication for a set of routes associated with a subdomain?\n* None of my forms are being protected against CSRF attacks, what's wrong?\n* How do I customize validation error messages for a form?\n* How do I make my application serve its content in different languages?\n* How do I make a particular task run everyday by 10pm?\n* How do I log an error?\n* How do I populate my database with sample data?\n* How do I seed my database for column that is a foreign key referencing to other table?\n* How do I send 5 emails and a text message efficiently to newly registered users?\n* How do I test sending emails without actually sending emails to real addresses?\n* I just installed laravel and have the evil whoops error, how do I find out what's wrong and fix it?\n* How can I hide all stack `whoops` error information when the application is in production?\n* How do I assign several roles to users and permit the users to perform some actions based on those roles?\n* What is the best package to set up billing and subscription with Stripe and Braintree?\n* How does Laravel handle Assets?\n\n\n\n## Contributing\n\nPlease feel free to fork this package and contribute by submitting a pull request to add to the list of questions.\n\n\n## Credits\n\n- [Reddit](https://www.reddit.com/r/laravel/comments/2cnrm8/laravel_interview_questions)\n- [Prosper Otemuyiwa](https://twitter.com/unicodeveloper)\n\n\n## How can I thank you?\n\nWhy not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!\n\nDon't forget to [follow me on twitter](https://twitter.com/unicodeveloper)!\n\nThanks!\nProsper Otemuyiwa.\n\n\n## License\n\nThe source code is open-sourced software licensed under the [MIT license](LICENSE.md)\n","funding_links":[],"categories":["Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Flaravel-exam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funicodeveloper%2Flaravel-exam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funicodeveloper%2Flaravel-exam/lists"}