The Clean Architecture in php



Download 2,26 Mb.
Pdf ko'rish
bet173/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   169   170   171   172   173   174   175   176   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson

Setting up Laravel
Let’s get started by setting up a new Laravel project. Once we have the source code downloaded,
we’ll go ahead and move our existing core (located in
src/
), to the Laravel project.
For the most part, we’ll follow the official
Laravel docs⁶²
.
Let’s start by creating a new Laravel project at
cleanphp-laravel
and then running the
artisan
fresh
command to purge some of the scaffolding we don’t need:
composer create-project laravel/laravel --prefer-dist cleanphp-laravel
cd
cleanphp-laravel
php artisan fresh
Next, we’ll copy over some of our code from our original project, starting with the
.git
directory
to retain our source control history, as well as the
src/
and
specs/
directories, and the Peridot
configuration file,
peridot.php
.
We’re going to rename
src/
to
core/
(for no real good reason other than
src
is short for “source”
and we have a lot of source code outside of this directory):
⁶²
http://laravel.com/docs


Switching to Laravel
212
cp -R ../cleanphp-example/.git .
cp -R ../cleanphp-example/src ../cleanphp-example/specs
\
../cleanphp-example/peridot.php .
git mv src core
Let’s also add an entry to the
autoload
section of
composer.json
to autoload code in our
core/
directory:
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/",
"CleanPhp\\Invoicer\\": "core/"
}
},
This requires us to reload the Composer autoloader so that it contains the autoload specification
for this new entry:
composer dump-autoload
We’ll also want to bring our database along with us:
cp -R ../cleanphp-example/data/database.db storage/database.db
git mv data/database.db storage/database.db
Next, let’s grab our
application.css
file from the old project and move it over, and remove
some of the CSS and fonts that come default with Laravel:
mkdir public/css
cp ../cleanphp-example/public/css/application.css public/css/
rm -rf public/css/app.css public/favicon.ico public/fonts
If we run
git status
, we’ll see that we created a mess of our source control by moving all of
these things around. Let’s go add some of the important Laravel code, and remove some of the
ZF2 stuff we no longer need:


Switching to Laravel
213
git add .gitignore app/ artisan bootstrap/

Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   169   170   171   172   173   174   175   176   ...   179




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish