Giter Club home page Giter Club logo

larafilm's People

Contributors

almajiro avatar

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

larafilm's Issues

not working npm run dev?

its just compiling web-pack but not statring localhost working. there is no documentation how to start it?

Demo & Documentation

Hello,

It would be cool if there's a demo & documentation of the project. I might be able to help related to it.

Please help me

Im trying for hours now to get this running on my local machine, cause i need some inspiration for my own project and learning. After first problems with CORS which i got fixed. It just shows cannot read property player of undefined and for images the same. I tried to fill the database but i don't really understand where the image/series/tv relation is. Cause there is none? or am i wrong. I can see the Episodes i created, Genres etc. in an array. please help me.

https://i.imgur.com/K5Dh3pO.png

Class 'App\Constants\Larafilm' not found

public function render($request, Exception $exception)
{
if ($this->isHttpException($exception)) {
if($exception->getStatusCode() == 404) {
return response()->json([
'status' => 'failed',
'error' => [
'Not allowed action'
],
'version' => Larafilm::VERSION
]);
}
}

    return parent::render($request, $exception);
}

}

How can i install the laravel backend?

   /**
     * Render an exception into an HTTP response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Exception  $exception
     * @return \Illuminate\Http\Response
     */
    public function render($request, Exception $exception)
    {
        if ($this->isHttpException($exception)) {
            if($exception->getStatusCode() == 404) {
                return response()->json([
                    'status' => 'failed',
                    'error' => [
                        'Not allowed action'
                    ],
                    'version' => Larafilm::VERSION
                ]);
            }
        }
 
        return parent::render($request, $exception);
    }
}

I have this mensage debug, can u help me a install correcly the laravel?

Can You Help ME...

Hi, Are there any HTML files?
The Site Open With White Page!!!

IF You Have HTML, CSS, JS Files Please Send it To Me, THANKS.

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.