Без опису

axkuhta 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 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 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 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