- Route Structure
- Template Engine
- Form Validation
- Show Error Detail
- .env Global Settings
- Database
- Date Operations
- Auth
- File and Pictures Upload
Note: Not finished, yet.
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!
- 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