Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muath-ye/laravel-dependency-injection-
laravel service container, morph relationship and factory database seeder
https://github.com/muath-ye/laravel-dependency-injection-
Last synced: 6 days ago
JSON representation
laravel service container, morph relationship and factory database seeder
- Host: GitHub
- URL: https://github.com/muath-ye/laravel-dependency-injection-
- Owner: muath-ye
- Created: 2020-02-17T04:38:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T10:43:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T12:03:56.140Z (over 1 year ago)
- Language: HTML
- Size: 364 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To Use this project
- Download or clone this repository
- Run ```composer insatll```
- Copy `.env.example` to `.env`
- Configure your database connection
- Run ```php artisan migrate:fresh --seed```
- Run ```php artisan serve```
- Now you are in!## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).Laravel is accessible, powerful, and provides tools required for large, robust applications.