Skip to content

Commit 3c572ba

Browse files
committed
Added Screenshots and Update README.md
1 parent c069a3a commit 3c572ba

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ You can install the package via composer:
1919
composer require rayiumir/laravel-package
2020
```
2121

22+
After Publish Config Files:
23+
24+
```
25+
php artisan vendor:publish --provider="Rayiumir\LaravelPackage\ServiceProvider\PackageServiceProvider"
26+
```
27+
2228
The service provider will be automatically registered for Laravel 5.5+. For older versions, add the service provider manually:
2329

2430
```php
@@ -124,11 +130,32 @@ Once your package is ready, you can publish it to Packagist:
124130
2. Register your package on [Packagist](https://packagist.org/)
125131
3. Set up webhooks for automatic updates when you push changes
126132

127-
## Contributing
133+
# Screenshots
134+
135+
<table class="table">
136+
<thead>
137+
<tr>
138+
<th scope="col" width="1000px">Command Install</th>
139+
<th scope="col" width="1000px">Folders and Files</th>
140+
</tr>
141+
</thead>
142+
<tbody>
143+
<tr>
144+
<td>
145+
<img src="./Screenshot/PackageOne.png" width="100%" alt="Command Install">
146+
</td>
147+
<td>
148+
<img src="./Screenshot/PackageTwo.png" width="100%" alt="Folders and Files">
149+
</td>
150+
</tr>
151+
</tbody>
152+
</table>
153+
154+
# Contributing
128155

129156
Contributions are welcome! Please feel free to submit a Pull Request.
130157

131-
## Support
158+
# Support
132159

133160
If you have any questions or need help, please:
134161

Screenshot/PackageOne.png

142 KB
Loading

Screenshot/PackageTwo.png

30.2 KB
Loading

0 commit comments

Comments
 (0)