generated from vormkracht10/laravel-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cd6f72
commit 0b69fa9
Showing
5 changed files
with
15 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1 @@ | ||
# Laravel Blade Component Template | ||
|
||
This repository template makes it easy to create a new Laravel Blade Component als an installable Composer package, ready to use in any Laravel project. | ||
|
||
Click the green button above "Use this template" to make a new repository. | ||
|
||
## Structure | ||
|
||
### Javascript | ||
|
||
In `resources/js` you can add your source Javascript files. | ||
|
||
Because we want to make these Components headless, we need to include every Javascript it needs inside the views or add instructions on which Javascript files needs to be added to the asset compilation step inside their existing project. | ||
|
||
### CSS | ||
|
||
In `resources/css` you can add your source CSS files. | ||
|
||
### Views | ||
|
||
In `resources/views` you can add your Blade views. | ||
|
||
### Public | ||
|
||
In `public` folder, you can add files that needs to be published in the Laravel app when the package is installed. | ||
# Laravel Instagram Component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
...ladeComponentInstagramServiceProvider.php → src/InstagramComponentServiceProvider.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters