- Bu proje, Laravel'in hazırlamış olduğu bootcamp eğitimindeki örnek proje üzerinden geliştirilmiştir.
git clone https://github.com/erhanurgun/LARA12-chirper-bootcamp-with-livewire.git
cp .env.example .env
# Genel Ayarlar
APP_NAME=
APP_URL=
# Veritabanı Ayarları
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
# Mail Ayarları
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=
MAIL_FROM_ADDRESS=
composer install
composer dump-autoload
- Eğer bu komut ile ilgili herhangi bir hata oluşursa
composer update
komutunu çalıştırın
npm install
# ya da
pnpm install
php artisan key:generate
- .env dosyasında ki
APP_KEY=
içerisine oluşan keyi yapıştırın!
php artisan migrate
php artisan serve
php artisan serve --host=laravel.test --port=80
- Bu komutun çalışması için Windows kullanıyorsanız
hosts
dosyasına, macOS kullanıyorsanız Herdlaravel.test
adresini eklemeniz gerekmektedir!
npm run dev
# ya da
npm run watch
# Website için
http://localhost:8000
# ya da
http://laravel.test
- Bu kısımdan önce local ortam için gerekli olan bütün komutları çalıştırmış olmanız gerekmektedir!
npm run build
cp .htaccess.example .htaccess
- Bu ekleme işlemini eğer herhangi bir hata alırsanız yapınız, aksi takdirde yapmanıza gerek yoktur!
https://domain-adi.uzantisi
- Bu bilgilerle ilgili panele giriş yapıp kullanabilirsiniz
# Giriş Yap
E-Posta: [email protected]
Şifre..: E4i@wbSve7k$#Nk1Vc
# Kayıt Ol
# ...
- Debugbar ve Query Detector paketlerini ilgili bağlantılara tıklayıp README.md dosyaları yardımıyla kurun.
composer require --dev beyondcode/laravel-query-detector
composer require --dev barryvdh/laravel-debugbar
- Path:
config/app.php
dosyasındaproviders
kısmına aşağıdaki satırı ekleyin
Barryvdh\Debugbar\ServiceProvider::class,
- Path:
config/app.php
dosyasındaaliases
kısmına aşağıdaki satırı ekleyin
'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class,
- Bu link'e tıklayarak benimle iletişime geçebilirsiniz.
Daha fazlası için erho.dev veya erhanurgun.com.tr websitemi ziyaret edebilirsiniz...
demo-laravel-chirper-bootcamp-with-livewire's People
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.