movor / luna
Laravel framework packed with tools to get started fast
v2.0.1
2019-01-07 12:38 UTC
Requires
- php: ^7.1.3
- artesaos/seotools: ^0.12.1
- backpack/crud: ^3.5
- barryvdh/laravel-cors: ^0.11.2
- barryvdh/laravel-elfinder: ^0.4.1
- erusev/parsedown: ^1.7
- fideloper/proxy: ^4.0
- laravel/framework: 5.7.*
- laravel/tinker: ^1.0
- laravelcollective/html: ^5.7
- spatie/laravel-sitemap: ^5.2
- verschuur/laravel-robotstxt: ^1.1
- vkovic/laravel-custom-casts: ^1.0
- vkovic/laravel-db-redirector: ^1.0
Requires (Dev)
- backpack/generators: ^1.2
- barryvdh/laravel-ide-helper: ^2.5
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- laracasts/generators: dev-master
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2024-11-14 19:11:34 UTC
README
Laravel framework packed with tools to get started fast
Laravel framework packed with tools, packages and assets necessary for most of the projects we're doing in Movor. Maybe some of you will find it interesting.
Some of the features:
- admin panel
- blog
- custom artisan commands
- custom casts used for model images
- page redirection management
- sitemap generator
- auto robots
- CORS
- IDE helper
- optimised npm watch and assets compiling
- Disqus (via custom Vue component)
- Google recaptcha
TODO: explain
- seeding tricks and
artisan db:summon
command - admin login
- sitemap generator (
/etc/hosts
file needs to be edited) - custom artisan commands
- image placeholders
- image custom casts
- npm watch and assets compiling (
npm watch-app
andnpm watch-poll-app
)