priyank2006 / laravel-revanced
Laravel Project Boilerplate with enhanced customisations and features like Beautiful Error Pages, Indian Time Zone and Some Privacy and Security Features.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:project
pkg:composer/priyank2006/laravel-revanced
Requires
- php: ^8.2
- laravel/framework: ^11.9
- laravel/tinker: ^2.9
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pint: ^1.13
- laravel/sail: ^1.26
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.0
- phpunit/phpunit: ^11.0.1
This package is auto-updated.
Last update: 2026-01-10 09:55:42 UTC
README
Welcome to the Laravel Project Boilerplate! This repository contains a pre-configured Laravel setup designed to streamline development with a set of custom enhancements and features.
Features
- Beautiful Error Pages: Custom 404 and 500 error pages with a focus on aesthetics and user experience.
- Indian Time Zone: Configured with Indian Standard Time (IST) for accurate time management.
- Privacy & Security Enhancements: Includes privacy and security settings to protect your application from common vulnerabilities.
- Custom Default Settings: Optimized default settings tailored for Indian contexts, simplifying initial setup.
- Much More: Coming Soon.....
Getting Started
To set up a new Laravel project using this boilerplate, follow these steps:
-
Create a New Project:
Use the following command to create a new Laravel project with this boilerplate:
composer create-project priyank2006/laravel-revanced