Giter VIP home page Giter VIP logo

laravel-jarvis's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rubythonode

laravel-jarvis's Issues

php artisan sectheater:auth Error

php artisan sectheater:auth
Publishing Controllers
[===>------------------------]Controllers namespace is set !
[=======>--------------------]Publishing Custom Validation Rules !

ErrorException : mkdir(): No such file or directory

at E:\xampp\htdocs\edms\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php: 442
438| if ($force) {
439| return @mkdir($path, $mode, $recursive);
440| }
441|

442| return mkdir($path, $mode, $recursive);
443| }
444|
445| /**
446| * Move a directory.

Exception trace:

1 mkdir("\app\Rules")
E:\xampp\htdocs\edms\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php : 442

2 Illuminate\Filesystem\Filesystem::makeDirectory("\app\Rules")
E:\xampp\htdocs\edms\vendor\sectheater\laravel-jarvis\src\Commands\CustomValidationCommand.php : 47

Please use the argument -v to see more details.

php artisan sectheater:install error

when i run the command php artisan sectheater:install I get this error:
λ php artisan sectheater:install
Copied Directory [\vendor\sectheater\laravel-jarvis\src\publishable\Database\Migrations] To [\database\migrations]
Copied Directory [\vendor\sectheater\laravel-jarvis\src\publishable\Database\Seeders] To [\database\seeds]
Copied Directory [\vendor\sectheater\laravel-jarvis\src\publishable\Views\Emails] To [\resources\emails]
Copied Directory [\vendor\sectheater\laravel-jarvis\src\publishable\Mail] To [\app\Mail]
Publishing complete.

Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined function SecTheater\Jarvis\Commands\posix_getpwuid()

at E:\xampp\htdocs\edms\vendor\sectheater\laravel-jarvis\src\Commands\InstallCommand.php: 92
88| "\n\n Jarvis::Routes();"
89| );
90| }
91| $this->call('vendor:publish', ['--provider' => JarvisServiceProvider::class]);

92| $name = posix_getpwuid(posix_getuid())['name'];
93| $time = (\Carbon\Carbon::now()->format('A') === 'AM') ? 'Morning' : 'Evening';
94| $this->info("Good $time $name , Hopefully you fill up this survey to designate the features within your application");
95| $value = $this->choice('Does Your Application contain of Comments,Replies,Posts,Authentication,Tags & Likes ? ', ['Yes', 'No']);
96| if ($value === 'No') {

Exception trace:

1 SecTheater\Jarvis\Commands\InstallCommand::handle()
E:\xampp\htdocs\edms\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php : 29

2 call_user_func_array([])
E:\xampp\htdocs\edms\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php : 29

Please use the argument -v to see more details.

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.