Sin descripción

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

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