No Description

axkuhta 1056a30e54 Throw a form error when an article was made pending without specifying the publish_at 1 year ago
app 1056a30e54 Throw a form error when an article was made pending without specifying the publish_at 1 year ago
bootstrap 8f02c2602b Add fresh laravel 2 years ago
config b315715f9d Set locale and timezone 2 years ago
database 362ddfccf9 Article index 1 year ago
public 8f02c2602b Add fresh laravel 2 years ago
resources c6b8a8cdae Show that there are no comments if there are indeed no comments 1 year ago
routes e62ab17006 Implement article comments 1 year ago
storage 8f02c2602b Add fresh laravel 2 years ago
tests 8f02c2602b Add fresh laravel 2 years ago
.editorconfig 8f02c2602b Add fresh laravel 2 years ago
.env.example 8f02c2602b Add fresh laravel 2 years ago
.gitattributes 8f02c2602b Add fresh laravel 2 years ago
.gitignore 8f02c2602b Add fresh laravel 2 years ago
README.md bc1b83cdbb Update instructions 1 year ago
artisan 8f02c2602b Add fresh laravel 2 years ago
composer.json 8f02c2602b Add fresh laravel 2 years ago
composer.lock 8f02c2602b Add fresh laravel 2 years ago
package.json 8f02c2602b Add fresh laravel 2 years ago
phpunit.xml 8f02c2602b Add fresh laravel 2 years ago
vite.config.js 8f02c2602b Add fresh laravel 2 years ago

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