ashwani / ageandpeace-php
ageandpeace republish
This package is auto-updated.
Last update: 2025-08-14 15:36:31 UTC
README
- staging.ageandpeace.com
- ageandpeace.com
Deployments
- Deployed through GitLab using phploy
Hosting
- SNAP admin is found at
/snap
- Has Let's Encrypt setup for https
- Hosted on AWS
AWS
- 2 EC2 Instances using AWS Linux
- RDB instances
- Has Elastic IP
- Uses AWS SES for Email
JS & CSS
- Asset files are located under resources/assets folder (normal Laravel setup)
- Asset compilation is done using Laravel mix (npm run watch and npm run dev)
Cache
- The header is cached due to the number of queries used in it. ANY CHANGES TO THE HEADER MUST CLEAR THE CACHE!!!
php artisan cache:clear
SNAP
SNAP provides tools for creating admin interfaces. The SNAP code packages live under snap
directory.
Additional application specific code is placed in the app/Admin folder.
Configuration files can be found in the config/snap
folder.
- Run via command line
composer install
- Run via command line
npm install
- Create your database and add credentials to the
.env
file - Run via command line
php artisan migrate:fresh --seed
- Run via command line
php artisan storage:link
- Make storage folder writable by PHP
- Setup a your web server to point to the
public
folder - Browse to http://mydomain.local/admin (where mydomain.local is the domain you used to setup):
uid: admin@example.com
pwd: qwe123
Additional documentation may be found in a packages docs
folder found under snap/{package}/docs
.
The docs
module can be enabled in the config/snap/admin.php
file under th modules
section by adding the
class \Snap\Docs\Modules\DocsModule::class
.
About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.
Learning Laravel
Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.
If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.
Laravel Sponsors
We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:
- Vehikl
- Tighten Co.
- Kirschbaum Development Group
- British Software Development
- Fragrantica
- SOFTonSOFA
- User10
- Soumettre.fr
- CodeBrisk
- 1Forge
- TECPRESSO
- Pulse Storm
- Runtime Converter
- WebL'Agence
Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
License
The Laravel framework is open-sourced software licensed under the MIT license.