Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a5168cf
Fix order fallback should use strict equality
emmadesilva Mar 21, 2022
ed6f438
Add helper to get an absolute path from a supplied relative path
emmadesilva Mar 21, 2022
d6d9998
Remove old tests, and use new path helper in unit tests
emmadesilva Mar 21, 2022
9605de1
Use the Hyde path helper
emmadesilva Mar 21, 2022
f3d9ef5
Refactor to replace realpath with path helper
emmadesilva Mar 21, 2022
c2d745d
Replace base_path with Hyde path helper
emmadesilva Mar 21, 2022
b6c52c1
Format to PSR2
emmadesilva Mar 21, 2022
c458c8c
Merge pull request #33 from hydephp/core-separation-prep
emmadesilva Mar 21, 2022
af6f119
Allow file to be opened directly in browser from terminal
emmadesilva Mar 21, 2022
49f953d
Allow file to be opened directly in browser from terminal
emmadesilva Mar 21, 2022
fa6dfd8
Allow the view source directory to be modified at runtime
emmadesilva Mar 21, 2022
bb7a286
Merge pull request #34 from hydephp/core-separation-prep
emmadesilva Mar 21, 2022
32c5fcd
Move Actions into Hyde namespace
emmadesilva Mar 21, 2022
936684b
Rename Hyde to Core
emmadesilva Mar 21, 2022
1cb8d3f
Update namespace reference to use Core
emmadesilva Mar 21, 2022
d5a8dc1
Successfully moved Core into temporary package
emmadesilva Mar 21, 2022
3c90f94
Successfully move namespace App to Hyde
emmadesilva Mar 21, 2022
3458e60
Successfully move namespace Core to Framework
emmadesilva Mar 21, 2022
c2a918d
Merge pull request #35 from hydephp/core-separation-test
emmadesilva Mar 21, 2022
4145f7f
Merge pull request #36 from hydephp/v0.3
emmadesilva Mar 21, 2022
be25fa0
Fix missing VCS link causing tests to fail
emmadesilva Mar 21, 2022
24baef9
0.3.1 Move commands to framework
emmadesilva Mar 22, 2022
cd96ae5
0.3.2 Move service provider from App to Hyde
emmadesilva Mar 22, 2022
e8dff20
0.3.3 Move resources to vendor
emmadesilva Mar 22, 2022
88f9e8e
Only run test if custom Blade pages exist
emmadesilva Mar 22, 2022
2bdbd92
Remove test as there will always be vendor index
emmadesilva Mar 22, 2022
5f62e7b
Update test to handle missing resource directory
emmadesilva Mar 22, 2022
10e189d
Revert content directory to build output
emmadesilva Mar 22, 2022
f29df7f
Bump framework version
emmadesilva Mar 22, 2022
e59d168
Allow the test to create recursive directories
emmadesilva Mar 22, 2022
159b010
Add the publishing command
emmadesilva Mar 22, 2022
ae83593
Remove legacy file
emmadesilva Mar 22, 2022
e43da1d
Move app font to vendor
emmadesilva Mar 22, 2022
98bfe07
Add back missing class alias
emmadesilva Mar 22, 2022
8740cc2
Remove legacy stubs and test
emmadesilva Mar 22, 2022
1125d98
Bump framework to master
emmadesilva Mar 22, 2022
6eda982
Remove old attributions
emmadesilva Mar 22, 2022
4f78723
Move stylesheets into resource directory
emmadesilva Mar 22, 2022
c96739f
Update validator and remove legacy command
emmadesilva Mar 22, 2022
1e50ca1
Move attribution text to config
emmadesilva Mar 22, 2022
0da1a7e
Add validator to check if index page exists
emmadesilva Mar 22, 2022
757e06d
Merge branch 'master' of github.com:hydephp/hyde
emmadesilva Mar 22, 2022
af7c64a
Merge with framework
emmadesilva Mar 22, 2022
3ed53f0
Remove legacy stub
emmadesilva Mar 22, 2022
8a1baa3
Lock framework version to packagist
emmadesilva Mar 22, 2022
90444ba
Merge tag 'v0.3.0-alpha' of https://github.com/hydephp/hyde into v0.3…
emmadesilva Mar 22, 2022
48fe5f6
Update view to v0.3.0
emmadesilva Mar 22, 2022
5c85eea
Build assets for new 404 page
emmadesilva Mar 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ While the main purpose of this repo is to generate the static HTML Documentation
## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Attributions
> Please see the respective authors' repositories for their license files

- The Hyde core is built with [Laravel Zero](https://laravel-zero.com/) which is based on [Laravel](https://laravel.com/)
- The frontend is built with [TailwindCSS](https://tailwindcss.com/).
Loading