baranozdemir / php-structure
There is no license information available for the latest version (v0.0.1-beta) of this package.
PHP Structure
v0.0.1-beta
2021-05-15 22:59 UTC
Requires
- izniburak/router: ^2.3
This package is auto-updated.
Last update: 2025-03-18 19:02:21 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