baranozdemir / php-structure
PHP Structure
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/baranozdemir/php-structure
Requires
- izniburak/router: ^2.3
This package is auto-updated.
Last update: 2025-09-18 20:04:37 UTC
README
- Route Structure
- Template Engine
- Form Validation
- Show Error Detail
- .env Global Settings
- Database
- Date Operations
- Auth
- File and Pictures Upload
Note: Not finished, yet.
Setup
Clone the repository with the code below.
git clone https://github.com/baranozdemir1/php-structure.git .
You can then install the packages.
composer install
Replace .env.example
with .env
and configure your settings.
That's it! You can now create a database and write code!
Package List
- for Route Structure --> izniburak/php-router
- for Template Engine --> jenssegers/blade
- for Form Validation --> vlucas/valitron
- for Show Error Detail --> filp/whoops
- for .env Global Settings --> vlucas/phpdotenv
- for Database --> illuminate/database
- for Date Operations --> briannesbitt/Carbon
- for Auth --> auraphp/Aura.Session
- for File and Pictures Upload --> verot/class.upload.php