PHP Başlangıç Yapısı

Overview

PHP Boilerplate

Bu başlangıç yapısını derslerde birlikte oluşturmaya başladık.

Kurulum

Bu boilerplate'i kurmak için yapmanız gereken öncelikle repoyu kopyalamak.

git clone https://github.com/tayfunerbilen/php-boilerplate.git .

Daha sonra ilgili dizin içinde paketleri yüklemek

composer install

Ve .env.example.php dosyasını .env.php olarak değiştirip kendi ayarlarınızı belirtmek.

Artık veritabanınızı oluşturup kodlamaya başlayabilirsiniz.

Paket Listesi

Not: Paket listesine henüz eklenmedik paketler olabilir, videolarda ekledikçe güncelleyeceğim.

You might also like...
Sistema de Contas a Pagar e a Receber com PHP, MySQL e Bootstrap4

contas sistema-contas Demo: Aqui Sistema de Contas a Pagar e a Receber Feito com PHP, MySQL e Bootstrap 4 Usuário padrão: gustavo Senha padrão: 1234 É

Biblioteca PHP para validação de padrões brasileiros

BrCommons Validators BrCommons validator is a set of usefull validators that helps you develop fast and realiable code. Installation by composer Run c

A simple CRUD built in PHP, Bootstrap and MySQL
A simple CRUD built in PHP, Bootstrap and MySQL

✨ Notes-CRUD ✨ A simple CRUD built in PHP, Bootstrap and MySQL 📑 Table of Contents Usage Contribute Screenshots 🤖 Usage Add the project to your envi

mongo php crud

mongodb-crud for php you can use this package as your php project standalone or include necessary class and files into your project how to use. simply

LaraLTE2, Laravel PHP Framework with AdminLTE2

LaraLTE2 Laravel PHP Framework with AdminLTE2 Whenever I start a new Laravel project, I do the same thing; Install packages, download Javascript plugi

Dynamic Framework :: A PHP starter kit for Noobs

A PHP starter kit for Noobs Author : Abdulbasit Rubeiyya The dynamic framework is not exactly a framework, but more of a starter kit for you, the thin

CRUD PHP developed by Fabio Augusto.

CRUD system with PHP 7.4, PDO and JWT authentication Important Open-source software system developed and maintained by: Fabio Augusto Full PHP develop

Simple mobile shop using basic php

simple-mobile-shop simple mobile shop using basic php Project Overview Go to your Xammp/wamp-server root folder Then create a folder named "mobileshop

Simple skeleton for the PHP Slim framework

Simple skeleton for the PHP Slim framework

Comments
  • Database sorunu

    Database sorunu

    illuminate/database paketini kurmaya çalışırken hata veriyor. 2 gündür her yere baktım ama sonuç alamadım. Yardımcı olabilir misiniz.

    `Your requirements could not be resolved to an installable set of packages.

    Problem 1 - Root composer.json requires illuminate/database ^9.5 -> satisfiable by illuminate/database[v9.5.0, v9.5.1]. - illuminate/database[v9.5.0, ..., v9.5.1] require illuminate/collections ^9.0 -> found illuminate/collections[v9.0.0, ..., v9.5.1] but the package is fixed to v8.83.5 (lock file version) by a partial update and that version doe s not match. Make sure you list it as an argument for the update command.

    Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require illuminate/database:*" to figure out if any version is installable, or "composer require illuminate/database:^2.1" if you know which you need.

    Installation failed, reverting ./composer.json and ./composer.lock to their original content. `

    opened by seymennc 3
  • Upload özellikleri artık koruyabilir. :)

    Upload özellikleri artık koruyabilir. :)

    Videoda niçin bu kadar basit bir şey yapmak yerine konuyu uzattığını anlamadım. Bu arada videoyu yeni izledim. :) Severek takip ediyorum, iyi çalışmalar.

    opened by ghost 0
  • Login işleminden sonra login sayfasına girilirse hata veriyor. (Çözüm)

    Login işleminden sonra login sayfasına girilirse hata veriyor. (Çözüm)

    Hata: Object of class Core\Redirect could not be converted to string Çözümü: Middlewares klasöründeki CheckNotAuth dosyası içerisinde bulunan handle fonsiyonunda bulunan return redirect('referer'); kısmını silip yerine auth()->logout(); yazın. Giriş işleminden sonra tekrar login sayfasına girilirse çıkış yaptıktan sonra login ekranını açacaktır.

    opened by mehmetucr42 0
  • Localhost site_url() fonksiyonu çalışmıyor (çözüm)

    Localhost site_url() fonksiyonu çalışmıyor (çözüm)

    Localhost üzerinde site_url() çekmeyi denediğimde, sadece "/" değeri geliyordu. Ben de core/helpers.php dosyasında bulunan site_url() fonksiyonunu bu şekilde değiştirdim;

    function site_url($url = '')
    {
        $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off' ? 'https://' : 'http://';
        return $protocol . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . '/' . $url;
    }
    

    site_url() Çıktı: http://localhost:8888/bugraozkan/php-boilerplate/ asset_url() Çıktı: http://localhost:8888/bugraozkan/php-boilerplate/public/assets/css/bootstrap.min.css

    opened by bugraozkan 1
Owner
Tayfun Erbilen
It's all about dreams
Tayfun Erbilen
Gestor de Contraseñas basado en Laravel 8 + PHP 8 + MySQL 8. Self-hosted Password Manager based on Laravel 8 + PHP 8 + MySQL 8.

English Gestor de Contraseñas Esta aplicación permite una gestión completa de contraseñas para múltiples tipos de servicios (web, ssh, teléfonos, wifi

Lito 134 Jan 2, 2023
A PHP notebook application build with PHP Symfony as back-end API and VueJS/Vuetify front-end.

PHPersonal Notes ?? - BETA RELEASE PHPersonal notes is an application to store your personal notes! PHPersonalnotes is build with Symfony/VueJS/Vuetif

Robert van Lienden 3 Feb 22, 2022
PHP Framework for building scalable API's on top of Laravel.

Apiato Build scalable API's faster | With PHP 7.2.5 and Laravel 7.0 Apiato is a framework for building scalable and testable API-Centric Applications

Apiato 2.8k Dec 29, 2022
A PHP framework for console artisans

This is a community project and not an official Laravel one Laravel Zero was created by, and is maintained by Nuno Maduro, and is a micro-framework th

Laravel Zero 3.2k Dec 28, 2022
PHP Framework for building scalable API's on top of Laravel.

Apiato Build scalable API's faster | With PHP 7.2.5 and Laravel 7.0 Apiato is a framework for building scalable and testable API-Centric Applications

Apiato 2.8k Dec 31, 2022
A boilerplate single php file for all your needs, no frameworks, no libraries.

SINGLE PHP FILE A boilerplate single php file for all your needs, no frameworks, no libraries. Avoid repetitive work It is a well known architecture d

null 15 Dec 30, 2022
PHP Laravel, MySQL and AIML chatbot engine and admin portal

Lemur Engine The Lemur Engine is a PHP/MySQL/AIML Chatbot. Written using the Laravel Framework. Demo You can demo the bot at the website: https://lemu

The Ramen Robot Disco Code 18 Nov 8, 2022
Generate dummy API endpoints from a simple PHP array.

Laravel Fake API Create placeholder API endpoints from a simple PHP array. LFA utilizes Faker for dummy data. Inspired by JSON Server. Installation To

Andy Abi Haidar 17 May 12, 2022
A PHP based membership (registration/login) code

Simple Registration/Login code in PHP Read more:PHP registration form PHP login form Installation Edit the file membersite_config.php in the includes

null 234 Dec 8, 2022
Basic calculator made in PHP, CSS3 and JavaScript.

Basic Calculator in PHP Basic calculator in PHP made for treining. ??‍?? Used Technology PHP HTML CSS JavaScript ?? License This project is under MIT

Maria Peixoto 3 Aug 24, 2021