PHP code example of jafar-albadarneh / laravel-ddd
1. Go to this page and download the library: Download jafar-albadarneh/laravel-ddd library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jafar-albadarneh / laravel-ddd example snippets
- app
- Domains
- [DomainA]
- Actions
- Events
- Http
- Listeners
- Models
- Services
)
[//]: # (return [];)
[//]: # (
bash)
[//]: # (php artisan vendor:publish --tag="laravel-ddd-config")
[//]: # (
bash
php artisan make:controller \\App\\Domains\\Authentication\\Http\\Controllers\\LoginController