GithubHelp home page GithubHelp logo

Comments (10)

overtrue avatar overtrue commented on May 30, 2024

dev-master ? the master branch has no release. so plz use the dev-master branch.

from laravel-follow.

a-ssassi-n avatar a-ssassi-n commented on May 30, 2024

I am using master v1.1.0. how to download dev-master? I am only able to see master branch. Can you please help.

from laravel-follow.

overtrue avatar overtrue commented on May 30, 2024

$ composer require overtrue/laravel-follow:dev-master -vvv

from laravel-follow.

a-ssassi-n avatar a-ssassi-n commented on May 30, 2024

Okay but I have already installed the master branch, so will installing dev-master overwrite it?
Or do I have to remove the master first?

from laravel-follow.

overtrue avatar overtrue commented on May 30, 2024

just try it.

from laravel-follow.

a-ssassi-n avatar a-ssassi-n commented on May 30, 2024

Worked Thanks 👍

from laravel-follow.

apsara-ep avatar apsara-ep commented on May 30, 2024

`PHP Fatal error: Trait 'Overtrue\LaravelFollow\Traits\CanBeLiked' not found in D:\xampp\htdocs\blog\app\Post.php on line 11

Symfony\Component\Debug\Exception\FatalErrorException  : Trait 'Overtrue\LaravelFollow\Traits\CanBeLiked' not found
at D:\xampp\htdocs\blog\app\Post.php:11
 7| use Illuminate\Database\Eloquent\Model;
 8|
 9|
10|
 > 11| class Post extends Model{
12|
13|         use CanBeLiked;
14|
15|     protected $fillable = ['title'];


Whoops\Exception\ErrorException  : Trait 'Overtrue\LaravelFollow\Traits\CanBeLiked' not found
at D:\xampp\htdocs\blog\app\Post.php:11
 7| use Illuminate\Database\Eloquent\Model;
 8|
 9|
10|
> 11| class Post extends Model{
12|
13|         use CanBeLiked;
14|
15|     protected $fillable = ['title'];

Exception trace:

1   Whoops\Run::handleError("Trait 'Overtrue\LaravelFollow\Traits\CanBeLiked' not found", "D:\xampp\htdocs\blog\app\Post.php")
  D:\xampp\htdocs\blog\vendor\filp\whoops\src\Whoops\Run.php:486

2   Whoops\Run::handleShutdown()
  [internal]:0

`

I have got this error.

Laravel - 5.6
LaravelFollow - 2.0.0

from laravel-follow.

Shubhamlmp avatar Shubhamlmp commented on May 30, 2024

`PHP Fatal error: Trait 'Overtrue\LaravelFollow\Traits\CanBeLiked' not found in D:\xampp\htdocs\blog\app\Post.php on line 11

Symfony\Component\Debug\Exception\FatalErrorException  : Trait 'Overtrue\LaravelFollow\Traits\CanBeLiked' not found
at D:\xampp\htdocs\blog\app\Post.php:11
 7| use Illuminate\Database\Eloquent\Model;
 8|
 9|
10|
 > 11| class Post extends Model{
12|
13|         use CanBeLiked;
14|
15|     protected $fillable = ['title'];


Whoops\Exception\ErrorException  : Trait 'Overtrue\LaravelFollow\Traits\CanBeLiked' not found
at D:\xampp\htdocs\blog\app\Post.php:11
 7| use Illuminate\Database\Eloquent\Model;
 8|
 9|
10|
> 11| class Post extends Model{
12|
13|         use CanBeLiked;
14|
15|     protected $fillable = ['title'];

Exception trace:

1   Whoops\Run::handleError("Trait 'Overtrue\LaravelFollow\Traits\CanBeLiked' not found", "D:\xampp\htdocs\blog\app\Post.php")
  D:\xampp\htdocs\blog\vendor\filp\whoops\src\Whoops\Run.php:486

2   Whoops\Run::handleShutdown()
  [internal]:0

`

I have got this error.

Laravel - 5.6 LaravelFollow - 2.0.0

I also have the same problem is any one please help me

from laravel-follow.

overtrue avatar overtrue commented on May 30, 2024

looking at the package in your vendor directory to make sure you had install version 1.* .

from laravel-follow.

overtrue avatar overtrue commented on May 30, 2024

From 2.0 onwards, the original 1.x functionality has been split into multiple packages.

https://github.com/overtrue/laravel-follow/releases/tag/2.0.0

from laravel-follow.

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.