-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
12 changed files
with
113 additions
and
102 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,5 +1,38 @@ | ||
# Lara Zeus Core | ||
<h1 align="center">Lara Zeus Core</h1> | ||
|
||
## tha main core for all lara-zeus packages. | ||
<p align="center"> | ||
<a href="https://larazeus.com"><img src="https://larazeus.com/images/core-banner.png" /></a> | ||
</p> | ||
|
||
For more details checkout our website: [larazeus.com](https://larazeus.com/) | ||
<p align="center"> | ||
<a href="https://packagist.org/packages/lara-zeus/core"><img src="https://img.shields.io/packagist/v/lara-zeus/core?style=flat-square" /></a> | ||
<a href="https://github.styleci.io/repos/438676758?branch=main"><img src="https://github.styleci.io/repos/438676758/shield?branch=main" alt="StyleCI"></a> | ||
<a href="https://packagist.org/packages/lara-zeus/core"><img src="https://img.shields.io/packagist/dt/lara-zeus/core?style=flat-square" /></a> | ||
<a href="https://github.com/lara-zeus/core"><img src="https://img.shields.io/github/stars/lara-zeus/core?style=flat-square" /></a> | ||
<a href="https://www.codefactor.io/repository/github/lara-zeus/core"><img src="https://www.codefactor.io/repository/github/lara-zeus/core/badge" alt="CodeFactor" /></a> | ||
</p> | ||
|
||
thia is the main UI core, and blade files for all lara-zeus packages | ||
>small tasks can be time-consuming, let us build these for you, | ||
## Support Filament | ||
|
||
<a href="https://github.com/sponsors/danharrin"> | ||
<img width="320" alt="filament-logo" src="https://filamentadmin.com/images/sponsor-banner.jpg"> | ||
</a> | ||
|
||
## why this a seperate package | ||
we have many packages, some are already published, and more in the way. | ||
so it make sense to seprate the assets and the defualt layots we useing in our packages. | ||
|
||
## can I customize these views | ||
Yes of course, you can customize the blade files, and make your own themes | ||
|
||
#### to publish the views | ||
```bash | ||
php artisan vendor:publish --tag=zeus-views | ||
``` | ||
#### to publish the assets files | ||
```bash | ||
php artisan vendor:publish --tag=zeus-assets | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
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,4 +1,4 @@ | ||
{ | ||
"/assets/app.js": "/assets/app.js?id=ca475d1d2da95c782e05", | ||
"/assets/app.css": "/assets/app.css?id=fe2666156e94203df2d1" | ||
"/dist/app.js": "/dist/app.js?id=016f2ad26be94c2d68c0", | ||
"/dist/app.css": "/dist/app.css?id=8c2d91ac1d1e43784bae" | ||
} |
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
Oops, something went wrong.