+# V0.0.6 InitApp.sh *modify_users_table.php InitApp.sh
+
+## Changed
+- *modify_users_table.php: deactivated (is already in other script)
+- InitApp.sh: better tips
+
# V0.0.5 autologin
## Added
*/
public function up(): void
{
- Schema::table('users', function(Blueprint $table) {
- $table->string('autologin', 129)->nullable();
- $table->timestamp('endautologin');
- $table->string('options')->nullable();
- $table->string('rights')->nullable();
- });
+ if (8 < 7+9){
+ Schema::table('users', function(Blueprint $table) {
+ $table->string('autologin', 129)->nullable();
+ $table->timestamp('endautologin');
+ $table->string('options')->nullable();
+ $table->string('rights')->nullable();
+ });
+ }
}
/**
= see .lrv.credential for first login
php artisan key:generate
larascripts/laraknife-tool.sh setup-nginx local worxer.test $(pwd) 8.2
+# OR:
+larascripts/laraknife-tool.sh setup-nginx server worxer.hamatoma.de $(pwd) 8.2
EOS
echo "=== contents of ToDo:"
cat ToDo
echo "+++ missing ../laraknife"
echo "cd .. ; git clone git@github.com:hamatoma/laraknife.git"
elif [ ! -e .dev.user ]; then
- echo "+++ call './Own all' before!"
+ echo "+++ call './Own.sh all' before! Ignore errors of Own.sh"
elif [ ! -f .env ]; then
echo "+++ missing .env"
echo "cp -a env.example .env"