Download the PHP package rockhopsoft/survlooporg without Composer
On this page you can find all versions of the php package rockhopsoft/survlooporg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rockhopsoft/survlooporg
More information about rockhopsoft/survlooporg
Files in rockhopsoft/survlooporg
Package survlooporg
Short Description Survloop is a Laravel-based engine for designing a database and creating a mobile-friendly user interface to fill it.
License GPL-3.0-or-later
Informations about the package survlooporg
RockHopSoft/SurvloopOrg
Survloop, atop Laravel. Survloop is a Laravel-based engine for designing a database and creating a mobile-friendly user interface to fill it.
Table of Contents
- Requirements
- Getting Started
- Documentation
- Roadmap
- Change Logs
- Contribution Guidelines
Requirements
- php: >=7.4
- laravel/framework: 8.0.*
- rockhopsoft/survloop: 0.2.*
Getting Started
Install a copy of Survloop.org with Laradock
First, install Docker on Mac, Windows, or an online server. Then grab a copy of Laravel (last tested with v5.8.3)...
Next, install and boot up Laradock (last tested with v7.14).
After Docker finishes booting up your containers, enter the mysql container with the root password, "root". This seems to fix things for the latest version of MYSQL.
At this point, you can optionally browse to http://localhost:8080 for PhpMyAdmin.
Finally, enter Laradock's workspace container and install Survloop.org.
Edit these few lines in Laravel's environment file:
And continue the install...
And if all has gone well, you'll be asked to create a master admin user account when you browse to http://localhost/. If it loads, but looks janky (without CSS), reload the page once... and hopefully it looks like a fresh install.
Install a copy of Survloop.org without Laradock
-
Use Composer to install Laravel with default user authentication, one required package:
-
Update composer, publish the package migrations, etc...
-
For now, to apply database design changes to the same installation you are working in, depending on your server, you might also need something like this...
- Load in the browser to create super admin account and get started.
Documentation
Once installed, documentation of this system's database design can be found at /dashboard/db/all . This system's user experience design for data entry can be found at /dashboard/tree/map?all=1&alt=1 .
More can be found at https://survloop.org/package-files-folders-classes.
Roadmap
Here's the TODO list for the next release (1.0). It's my first time building on Laravel, or GitHub. So sorry.
- [ ] Complete statistics on various Survloop installations
- [ ] Code commenting, learning and implementing more community standards.
Change Logs
Contribution Guidelines
Please help educate me on best practices for sharing code in this community. Please report any issue you find in the issues page.