Code Monkey home page Code Monkey logo

Comments (7)

MrJuliuss avatar MrJuliuss commented on July 28, 2024

Damned... i forget to change validators in commands :( i fix it asap

from syntara.

MrJuliuss avatar MrJuliuss commented on July 28, 2024

Fix in 1.1.13

Big fail with syntara 1.1.11 (i deleted the old validators rules, but they are already use in commands/migrations), i hope all is right.. :)

from syntara.

danieleorler avatar danieleorler commented on July 28, 2024

php artisan create:user super [email protected] password Admin

PHP Parse error:  syntax error, unexpected '[' in /var/www/mysite/vendor/mrjuliuss/syntara/src/services/Validators/Validator.php on line 11
{"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","message":"syntax error, unexpected '['","file":"\/var\/www\/mysite\/vendor\/mrjuliuss\/syntara\/src\/services\/Validators\/Validator.php","line":11}}

that's the error i get using version 1.1.13 and php 5.3.10.
The syntax:

public static $rules = [];

is not supported by php 5.3.10, it was introduced with php 5.4

this will fix the compatibility:

public static $rules = array();

from syntara.

MrJuliuss avatar MrJuliuss commented on July 28, 2024

Hello, i will fix it tomorow ;) sorry for the inconvenience.

from syntara.

MrJuliuss avatar MrJuliuss commented on July 28, 2024

Hello

@danieleorler fix in Syntara 1.1.14.

from syntara.

RandyBooth avatar RandyBooth commented on July 28, 2024

@danieleorler @MrJuliuss Yes! Thank you fixed for PHP 5.3.*! Been wondering why login ajax not working. Was going to give up by using different admin and good thing I check on this first!

from syntara.

MrJuliuss avatar MrJuliuss commented on July 28, 2024

@RandyBooth ;) this is what happens when we do release in a hurry, i'm sorry ! I'll be careful next time 👍

from syntara.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.