Sen descrición

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

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