Mirror of MarceauKa/shaark@github.com
Go to file
MarceauKa 3ee1504b9b 🎉 2019-08-22 20:12:37 +02:00
app 🎉 2019-08-22 20:12:37 +02:00
bootstrap 🎉 2019-08-22 20:12:37 +02:00
config 🎉 2019-08-22 20:12:37 +02:00
database 🎉 2019-08-22 20:12:37 +02:00
public 🎉 2019-08-22 20:12:37 +02:00
resources 🎉 2019-08-22 20:12:37 +02:00
routes 🎉 2019-08-22 20:12:37 +02:00
storage 🎉 2019-08-22 20:12:37 +02:00
tests 🎉 2019-08-22 20:12:37 +02:00
.editorconfig 🎉 2019-08-22 20:12:37 +02:00
.env.example 🎉 2019-08-22 20:12:37 +02:00
.gitattributes 🎉 2019-08-22 20:12:37 +02:00
.gitignore 🎉 2019-08-22 20:12:37 +02:00
.styleci.yml 🎉 2019-08-22 20:12:37 +02:00
artisan 🎉 2019-08-22 20:12:37 +02:00
composer.json 🎉 2019-08-22 20:12:37 +02:00
composer.lock 🎉 2019-08-22 20:12:37 +02:00
package-lock.json 🎉 2019-08-22 20:12:37 +02:00
package.json 🎉 2019-08-22 20:12:37 +02:00
phpunit.xml 🎉 2019-08-22 20:12:37 +02:00
readme.md 🎉 2019-08-22 20:12:37 +02:00
server.php 🎉 2019-08-22 20:12:37 +02:00
webpack.mix.js 🎉 2019-08-22 20:12:37 +02:00
yarn.lock 🎉 2019-08-22 20:12:37 +02:00

readme.md

Laravel Shaarli

Requirements

  • PHP >= 7.1
  • Apache or nginx
  • MySQL >= 5.7 or SQLite >= 3

Installation

git clone https://github.com/MarceauKa/laravel-shaarli && cd laravel-shaarli
cp .env.example .env # Then edit it
composer install
npm install && npm run prod
php artisan migrate --seed

The default user is admin@example.fr with password secret.