Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobiosolutions/laravel-service-container
Example of how to use Laravel service container
https://github.com/mobiosolutions/laravel-service-container
Last synced: 2 days ago
JSON representation
Example of how to use Laravel service container
- Host: GitHub
- URL: https://github.com/mobiosolutions/laravel-service-container
- Owner: mobiosolutions
- Created: 2020-03-24T06:37:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:33:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T04:41:00.266Z (over 1 year ago)
- Language: PHP
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Service Container for task management
### What is service container in Laravel
The Laravel service container is a powerful tool for managing class dependencies and performing dependency injection.You can create object automatically using laravel service container instead of creating manually.
Here, we have created custom laravel service container.
### Installation
$ git clone https://github.com/helipatel19/laravel-service-container.git
$ cp .env.example .env
You need to update username and password into `.env` file.
$ composer install
$ php artisan migrateYou can check the output by running the laravel Feature Test using following command..!
./vendor/bin/phpunit