Ingen beskrivning

axkuhta 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 1 år sedan
app 812e15e9dd Article control panel 1 år sedan
bootstrap 8f02c2602b Add fresh laravel 1 år sedan
config b315715f9d Set locale and timezone 1 år sedan
database 362ddfccf9 Article index 1 år sedan
public 8f02c2602b Add fresh laravel 1 år sedan
resources 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 1 år sedan
routes 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 1 år sedan
storage 8f02c2602b Add fresh laravel 1 år sedan
tests 8f02c2602b Add fresh laravel 1 år sedan
.editorconfig 8f02c2602b Add fresh laravel 1 år sedan
.env.example 8f02c2602b Add fresh laravel 1 år sedan
.gitattributes 8f02c2602b Add fresh laravel 1 år sedan
.gitignore 8f02c2602b Add fresh laravel 1 år sedan
README.md bc1b83cdbb Update instructions 1 år sedan
artisan 8f02c2602b Add fresh laravel 1 år sedan
composer.json 8f02c2602b Add fresh laravel 1 år sedan
composer.lock 8f02c2602b Add fresh laravel 1 år sedan
package.json 8f02c2602b Add fresh laravel 1 år sedan
phpunit.xml 8f02c2602b Add fresh laravel 1 år sedan
vite.config.js 8f02c2602b Add fresh laravel 1 år sedan

README.md

Как запустить?

git clone https://git.hostfl.ru/axkuhta/laravel_demo
cd laravel_demo
php ../../composer.phar install
cp .env.example .env
# Нужно будет настроить подключение к БД!
# nano .env
php artisan key:generate
php artisan migrate:fresh
php artisan app:load-sample-data
php artisan serve