Нема описа

axkuhta 14a06270f6 Match article status selector to actual supported states пре 1 година
app 812e15e9dd Article control panel пре 1 година
bootstrap 8f02c2602b Add fresh laravel пре 1 година
config b315715f9d Set locale and timezone пре 1 година
database 362ddfccf9 Article index пре 1 година
public 8f02c2602b Add fresh laravel пре 1 година
resources 14a06270f6 Match article status selector to actual supported states пре 1 година
routes 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel пре 1 година
storage 8f02c2602b Add fresh laravel пре 1 година
tests 8f02c2602b Add fresh laravel пре 1 година
.editorconfig 8f02c2602b Add fresh laravel пре 1 година
.env.example 8f02c2602b Add fresh laravel пре 1 година
.gitattributes 8f02c2602b Add fresh laravel пре 1 година
.gitignore 8f02c2602b Add fresh laravel пре 1 година
README.md bc1b83cdbb Update instructions пре 1 година
artisan 8f02c2602b Add fresh laravel пре 1 година
composer.json 8f02c2602b Add fresh laravel пре 1 година
composer.lock 8f02c2602b Add fresh laravel пре 1 година
package.json 8f02c2602b Add fresh laravel пре 1 година
phpunit.xml 8f02c2602b Add fresh laravel пре 1 година
vite.config.js 8f02c2602b Add fresh laravel пре 1 година

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