https://github.com/rareloop/lumberjack-primer
https://github.com/rareloop/lumberjack-primer
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rareloop/lumberjack-primer
- Owner: Rareloop
- License: mit
- Created: 2018-06-18T11:15:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T14:06:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T06:09:44.570Z (over 1 year ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Primer for Lumberjack
## Installation
1. Add package using Composer
2. Add config file `{theme}/config/primer.php`
3. Add `{theme}/resources`
4. Remove `{theme}/views`
5. Update `{theme}/config/timber.php` (`['views']` => `['resources/views', 'resources/views/primer']`)
6. Add css/js assets `{theme}/assets/primer`
7. Update error handler with new template path
8. Update 404 controller with template
9. Add Alias for `Primer` facade in `{theme}/config/app.php`